SegmentedWrapper constructor
const
SegmentedWrapper({
- EdgeInsets? margin,
- EdgeInsets padding = const EdgeInsets.all(8),
- double borderRadius = 12,
- Color? backgroundColor,
- Color? selectedColor,
- bool isSelected = false,
Implementation
const SegmentedWrapper({
this.margin,
this.padding = const EdgeInsets.all(8),
this.borderRadius = 12,
this.backgroundColor,
this.selectedColor,
this.isSelected = false,
});