theme property

String? get theme

Optional Scalar theme name (e.g. 'moon', 'purple', 'solarized').

Implementation

String? get theme => _['theme'] as String?;