AtomicSheetAction<T> constructor
const
AtomicSheetAction<T> ({
- required String label,
- T? value,
- IconData? icon,
- VoidCallback? onTap,
- bool isDestructive = false,
- bool isEnabled = true,
Implementation
const AtomicSheetAction({
required this.label,
this.value,
this.icon,
this.onTap,
this.isDestructive = false,
this.isEnabled = true,
});