themeColor property

String? themeColor

Implementation

String? get themeColor => _$this._themeColor;
void themeColor=(String? themeColor)

Implementation

set themeColor(String? themeColor) => _$this._themeColor = themeColor;