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