AntdSheetAction constructor

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