AntdModalAction constructor

const AntdModalAction({
  1. Key? key,
  2. AntdActionStyle? style,
  3. AntdStyleBuilder<AntdActionStyle, AntdModalAction>? styleBuilder,
  4. Widget? description,
  5. bool? disabled,
  6. AntdActionOnTap? onTap,
  7. Widget? title,
  8. bool? bold,
  9. bool? danger,
  10. 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});