OptionsModalContent constructor
Implementation
const OptionsModalContent({
Key? key,
required this.text,
required this.icon,
this.isDestructive = false,
required this.onTap,
this.size = 6.0,
this.fontSize = 2.0,
this.textColor,
}) : super(key: key);