color property
Implementation
@nonVirtual
MaterialColor? get color => _color;
Implementation
@nonVirtual
set color(MaterialColor? color) => setState(() => _color = color);
@nonVirtual
MaterialColor? get color => _color;
@nonVirtual
set color(MaterialColor? color) => setState(() => _color = color);