TButtonGroup constructor

const TButtonGroup({
  1. Key? key,
  2. TButtonGroupTheme? theme,
  3. TButtonGroupType? type,
  4. Color? color,
  5. TButtonSize? size,
  6. List<TButtonGroupItem> items = const [],
})

Implementation

const TButtonGroup({
  super.key,
  this.theme,
  this.type,
  this.color,
  this.size,
  this.items = const [],
});