OptionsDialog constructor
OptionsDialog({})
Implementation
OptionsDialog({Key? key, this.title, this.subTitle, this.icon, this.iconColor, this.optionsColor, required this.options}) : super(key: key);
OptionsDialog({Key? key, this.title, this.subTitle, this.icon, this.iconColor, this.optionsColor, required this.options}) : super(key: key);