innerOutlineEnabled property

  1. @Deprecated('Use LineStyle for actions with properties.')
bool get innerOutlineEnabled

Enables the inner outline if true (a dark border along the edge of the outline). Default: false.

Implementation

@core.Deprecated('Use LineStyle for actions with properties.')
core.bool get innerOutlineEnabled;
  1. @Deprecated('Use LineStyle for actions with properties.')
set innerOutlineEnabled (bool val)

Implementation

@core.Deprecated('Use LineStyle for actions with properties.')
set innerOutlineEnabled(core.bool val);