useMaterial property
bool
get
useMaterial
Indicates if the App is running the Material interface theme.
Implementation
bool get useMaterial => appState?.useMaterial ?? UniversalPlatform.isAndroid;
Indicates if the App is running the Material interface theme.
bool get useMaterial => appState?.useMaterial ?? UniversalPlatform.isAndroid;