backgroundColor property

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

The background color of the slicer.

Deprecated: Use background_color_style.

Implementation

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