theme property
String?
get
theme
Optional Scalar theme name (e.g. 'moon', 'purple', 'solarized').
Implementation
String? get theme => _['theme'] as String?;
Optional Scalar theme name (e.g. 'moon', 'purple', 'solarized').
String? get theme => _['theme'] as String?;