color property

Color? color

Returns the color of the action button.

Implementation

Color? get color {
  return _color;
}