PillButtonBarThemeData constructor

const PillButtonBarThemeData({
  1. Color? backgroundColor,
  2. ButtonState<Color?>? selectedColor,
  3. ButtonState<Color?>? unselectedColor,
  4. TextStyle? selectedTextStyle,
  5. TextStyle? unselectedTextStyle,
})

Implementation

const PillButtonBarThemeData({
  this.backgroundColor,
  this.selectedColor,
  this.unselectedColor,
  this.selectedTextStyle,
  this.unselectedTextStyle,
});