onTheme method

ThemeData? onTheme()
inherited

Returns the App's ThemeData if any.

Implementation

ThemeData? onTheme() => inTheme?.call();