cTheme property

ThemeData cTheme

Returns the current theme data obtained from Theme.of(context).

Implementation

ThemeData get cTheme => Theme.of(this);