AppTextToggle constructor
const
AppTextToggle({})
Implementation
const AppTextToggle({
super.key,
required this.option1,
required this.option2,
required this.isOption1Selection,
required this.onToggle,
});
const AppTextToggle({
super.key,
required this.option1,
required this.option2,
required this.isOption1Selection,
required this.onToggle,
});