TButtonGroup constructor
const
TButtonGroup({
- Key? key,
- TButtonGroupTheme? theme,
- TButtonGroupType? type,
- Color? color,
- TButtonSize? size,
- List<
TButtonGroupItem> items = const [],
Implementation
const TButtonGroup({
super.key,
this.theme,
this.type,
this.color,
this.size,
this.items = const [],
});