onTheme method

ThemeData? onTheme([
  1. BuildContext? context
])
inherited

Returns the App's ThemeData if any.

Implementation

ThemeData? onTheme([BuildContext? context]) => inTheme?.call(context);