build method
Implementation
HubbleText build(String text, {Key? key, TextAlign? textAlign}) {
return HubbleText(
text,
key: key,
style: this,
textAlign: textAlign,
);
}
HubbleText build(String text, {Key? key, TextAlign? textAlign}) {
return HubbleText(
text,
key: key,
style: this,
textAlign: textAlign,
);
}