menu
neom_commons package
documentation
ui/widgets/custom_url_text.dart
UrlText
UrlText.new const constructor
UrlText.new const constructor
dark_mode
light_mode
UrlText
constructor
const
UrlText
(
{
String
text
=
""
,
TextStyle
?
style
,
TextStyle
?
urlStyle
,
dynamic
onHashTagPressed
(
String
)?,
Key
?
key
,
})
Implementation
const UrlText({this.text = "", this.style, this.urlStyle, this.onHashTagPressed, super.key});
neom_commons package
documentation
ui/widgets/custom_url_text
UrlText
UrlText.new const constructor
UrlText class