TButtonGroupTheme constructor

const TButtonGroupTheme({
  1. TButtonGroupType type = TButtonGroupType.solid,
  2. TButtonSize? size,
  3. Color? color,
  4. double spacing = 0,
  5. double borderRadius = 6.0,
  6. bool enableBoxedMode = false,
  7. EdgeInsetsGeometry? boxedPadding,
  8. BoxDecoration? boxedDecoration,
  9. double? separatorWidth,
  10. 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,
});