menu
hugos_extensions package
documentation
ui.dart
HugoTextX extension
HugoTextX extension
dark_mode
light_mode
HugoTextX
extension
on
Text
Properties
bold
→
Text
Available on
Text
, provided by the
HugoTextX
extension
Makes the text bold, same as Text("data", style: TextStyle(fontWeight: FontWeight.bold)
no setter
Methods
color
(
Color
?
color
)
→
Text
Available on
Text
, provided by the
HugoTextX
extension
Applies the specified color to the text, same as Text("data", style: TextStyle(color: color)
size
(
double
?
size
)
→
Text
Available on
Text
, provided by the
HugoTextX
extension
Applies the specified fontSize to the text, same as Text("data", style: TextStyle(fontSize: size)
hugos_extensions package
documentation
ui
HugoTextX extension
ui library