apply abstract method
- BuildContext context,
- Widget child
Applies this theme to the child widget.
Implementation
Widget apply(BuildContext context, Widget child);
Applies this theme to the child widget.
Widget apply(BuildContext context, Widget child);