menu
intellicon_chat_sdk package
documentation
widgets/linkify_text.dart
LinkifyText
LinkifyText.new const constructor
LinkifyText.new const constructor
dark_mode
light_mode
LinkifyText
constructor
const
LinkifyText
(
{
Key
?
key
,
required
String
text
,
required
TextStyle
style
,
TextStyle
?
linkStyle
,
})
Implementation
const LinkifyText({ super.key, required this.text, required this.style, this.linkStyle, });
intellicon_chat_sdk package
documentation
widgets/linkify_text
LinkifyText
LinkifyText.new const constructor
LinkifyText class