appTheme function

ThemeData appTheme(
  1. BuildContext context
)

Implementation

ThemeData appTheme(BuildContext context) => Theme.of(context);