AntdDialogAction constructor

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