style property

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

The style of the channel section. Possible string values are:

  • "channelsectionStyleUnspecified"
  • "horizontalRow"
  • "verticalList"

Implementation

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