buttonBarTheme property

  1. @Deprecated('Use OverflowBar instead. ' 'This feature was deprecated after v3.21.0-10.0.pre.')
ButtonBarThemeData buttonBarTheme

A theme for customizing the appearance and layout of ButtonBar widgets.

Implementation

@Deprecated(
  'Use OverflowBar instead. '
  'This feature was deprecated after v3.21.0-10.0.pre.',
)
ButtonBarThemeData get buttonBarTheme => _buttonBarTheme!;