EasyText constructor
const
EasyText(})
文本
支持删除、标记、加粗、斜体、下划线
Implementation
const EasyText(
this.text, {
Key? key,
this.type,
this.italic,
this.disable,
this.underline,
this.delete,
this.strong,
this.mark,
this.code,
}) : super(key: key);