ModalOption constructor
const
ModalOption({})
Implementation
const ModalOption(
{super.key,
required this.onTap,
required this.text,
required this.icon,
this.isSelected = false,
this.isSmall = false,
this.autoBack = true});