DsBrandToggle constructor
const
DsBrandToggle({})
Implementation
const DsBrandToggle({
super.key,
required this.brand,
required this.onChanged,
this.sizedBoxDimension = 48,
this.iconSize = 22,
});
const DsBrandToggle({
super.key,
required this.brand,
required this.onChanged,
this.sizedBoxDimension = 48,
this.iconSize = 22,
});