menu
hashtagable_text package
documentation
hashtag_text.dart
HashTagText
HashTagText constructor
HashTagText constructor
dark_mode
light_mode
HashTagText
constructor
HashTagText
(
{
Key
?
key
,
required
String
text
,
TextStyle
?
textStyle
,
TextStyle
?
hashtagStyle
,
dynamic
onHashTagTap
(
String
)?,
})
Implementation
HashTagText( {super.key, required this.text, this.textStyle, this.hashtagStyle, this.onHashTagTap});
hashtagable_text package
documentation
hashtag_text
HashTagText
HashTagText constructor
HashTagText class