UniButtonGroup constructor
const
UniButtonGroup({})
Implementation
const UniButtonGroup({
super.key,
required this.children,
this.axis = Axis.horizontal,
this.showScrollbar = false,
this.spacing = 8.0,
});
const UniButtonGroup({
super.key,
required this.children,
this.axis = Axis.horizontal,
this.showScrollbar = false,
this.spacing = 8.0,
});