HugoTextX extension

on

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)