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