apply abstract method

Widget apply(
  1. BuildContext context,
  2. Widget child
)

Applies this theme to the child widget.

Implementation

Widget apply(BuildContext context, Widget child);