TButtonGroupTheme constructor

const TButtonGroupTheme({
  1. TButtonGroupType type = TButtonGroupType.solid,
  2. TButtonSize? size = TButtonSize.md,
  3. TButtonShape shape = TButtonShape.normal,
  4. Color? color,
  5. double spacing = 0,
  6. double borderRadius = 6.0,
  7. bool enableBoxedMode = false,
  8. EdgeInsetsGeometry? boxedPadding,
  9. BoxDecoration? boxedDecoration,
  10. double? separatorWidth,
  11. Color? separatorColor,
})

Implementation

const TButtonGroupTheme({
  this.type = TButtonGroupType.solid,
  this.size = TButtonSize.md,
  this.shape = TButtonShape.normal,
  this.color,
  this.spacing = 0,
  this.borderRadius = 6.0,
  this.enableBoxedMode = false,
  this.boxedPadding,
  this.boxedDecoration,
  this.separatorWidth,
  this.separatorColor,
});