outlineColor property

  1. @Deprecated('Use LineStyle for actions with properties.')
Color get outlineColor

The outline color. Default: hexademical RGBA code 0x00000000.

Implementation

@core.Deprecated('Use LineStyle for actions with properties.')
ui.Color get outlineColor;
  1. @Deprecated('Use LineStyle for actions with properties.')
set outlineColor (Color val)

Implementation

@core.Deprecated('Use LineStyle for actions with properties.')
set outlineColor(ui.Color val);