solid property

EnumValue get solid

For simple, solid color brushes, used as the value for Brush#type.

Implementation

static _i3.EnumValue get solid => _i4.getProperty(
      _declaredBrush,
      'Solid',
    );
set solid (EnumValue value)

Implementation

static set solid(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredBrush,
    'Solid',
    value,
  );
}