RichEntryTile constructor
const
RichEntryTile({
- required RichDocument document,
- String? label,
- void onLinkTap(
- String href
- Key? key,
Implementation
const RichEntryTile({
required this.document,
this.label,
this.onLinkTap,
super.key,
});