XBottomSheetAction<T> constructor
const
XBottomSheetAction<T> ({})
Implementation
const XBottomSheetAction({
required this.label,
required this.value,
this.icon,
this.subtitle,
this.isDestructive = false,
this.enabled = true,
});