AntdText constructor

const AntdText(
  1. String text, {
  2. Key? key,
  3. bool? code,
  4. bool? copyable,
  5. bool? delete,
  6. bool? disabled,
  7. bool? editable,
  8. bool? ellipsis,
  9. bool? keyboard,
  10. bool? mark,
  11. bool? strong,
  12. bool? italic,
  13. bool? underline,
  14. AntdTypofraphyType? type,
  15. VoidCallback? onClick,
  16. int? maxLines = 9999,
  17. double? fontSize,
})

Implementation

const AntdText(
  this.text, {
  super.key,
  this.code,
  this.copyable,
  this.delete,
  this.disabled,
  this.editable,
  this.ellipsis,
  this.keyboard,
  this.mark,
  this.strong,
  this.italic,
  this.underline,
  this.type,
  this.onClick,
  this.maxLines = 9999,
  this.fontSize,
});