ModalFooterButton constructor
Implementation
const ModalFooterButton({
super.key,
required this.label,
required this.onPressed,
required this.isDarkMode,
this.gradientColors,
this.isEnabled = true,
this.icon,
});
const ModalFooterButton({
super.key,
required this.label,
required this.onPressed,
required this.isDarkMode,
this.gradientColors,
this.isEnabled = true,
this.icon,
});