LinkComponent constructor
const
LinkComponent({
- required String url,
- String? text,
- String? id,
- bool styled = false,
- RenderConfig renderConfig = const RenderConfig(),
Implementation
const LinkComponent({
required this.url,
this.text,
this.id,
this.styled = false,
this.renderConfig = const RenderConfig(),
});