tabColor property

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

The color of the tab in the UI.

Deprecated: Use tab_color_style.

Implementation

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