AtomicBottomSheetAction<T> constructor
const
AtomicBottomSheetAction<T> ({})
Implementation
const AtomicBottomSheetAction({
required this.label,
required this.onTap,
this.icon,
this.trailing,
this.isDestructive = false,
this.isEnabled = true,
this.shouldDismiss = true,
});