background constant

FillFieldIds const background

Implementation

static const background = FillFieldIds._(
  field: rt.CanvasFields.sceneBackgroundFill,
  capability: kBackgroundFillCapability,
  kindTitle: 'Fill Type',
  solidTitle: 'Color',
  solidLabel: 'Color',
  grad1Title: 'Color 1',
  grad1Label: 'Color 1',
  grad2Title: 'Color 2',
  grad2Label: 'Color 2',
  angleTitle: 'Angle',
  widthTitle: 'Width',
);