color property

  1. @Deprecated('Not supported. Member documentation may have more information.')
Color? color
getter/setter pair

The color of the border.

Deprecated: Use color_style.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
Color? color;