AntdSheetAction constructor
const
AntdSheetAction({
- Key? key,
- AntdActionStyle? style,
- AntdStyleBuilder<
AntdActionStyle, AntdSheetAction> ? styleBuilder, - bool? danger,
- Widget? description,
- bool? disabled,
- Widget? title,
- AntdActionOnTap? onTap,
- bool? bold,
- AntdPosition? safeArea,
Implementation
const AntdSheetAction({
super.key,
super.style,
super.styleBuilder,
super.danger,
super.description,
super.disabled,
super.title,
super.onTap,
super.bold,
super.safeArea,
});