TButtonGroupTheme constructor
const
TButtonGroupTheme({
- TButtonGroupType type = TButtonGroupType.solid,
- TButtonSize? size,
- Color? color,
- double spacing = 0,
- double borderRadius = 6.0,
- bool enableBoxedMode = false,
- EdgeInsetsGeometry? boxedPadding,
- BoxDecoration? boxedDecoration,
- double? separatorWidth,
- Color? separatorColor,
Implementation
const TButtonGroupTheme({
this.type = TButtonGroupType.solid,
this.size,
this.color,
this.spacing = 0,
this.borderRadius = 6.0,
this.enableBoxedMode = false,
this.boxedPadding,
this.boxedDecoration,
this.separatorWidth,
this.separatorColor,
});