cTheme property
ThemeData
get
cTheme
Returns the current theme data obtained from Theme.of(context).
Implementation
ThemeData get cTheme => Theme.of(this);
Returns the current theme data obtained from Theme.of(context).
ThemeData get cTheme => Theme.of(this);