color property

Implementation

@nonVirtual
MaterialColor? get color => _color;
  1. @nonVirtual
set color (MaterialColor? color)

Implementation

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