SegmentedControl constructor
const
SegmentedControl({})
Implementation
const SegmentedControl({
super.key,
this.width,
this.onChange,
this.option1Title = 'Mobile',
this.option1Icon = 'lib/modal/assets/icons/mobile.svg',
this.option2Title = 'Browser',
this.option2Icon = 'lib/modal/assets/icons/extension.svg',
});