buttonBarTheme property

ButtonBarThemeData buttonBarTheme

Returns the button bar theme data from the closest material.ButtonBarTheme ancestor.

context.buttonBarTheme is equivalent to material.ButtonBarTheme.of.

Implementation

material.ButtonBarThemeData get buttonBarTheme {
  return material.ButtonBarTheme.of(this);
}