appTheme property
AppTheme
get
appTheme
Returns the configured app theme used for image and text rendering.
The default is AppTheme.automatic.
Returns
- AppTheme: the configured theme.
Implementation
static AppTheme get appTheme {
final OperationResult resultString = staticMethod(
'SdkSettings',
'getTheme',
);
return AppThemeExtension.fromId(resultString['result']);
}