makeStyledText method
Implementation
HubbleStyledText makeStyledText(TextStyle style,
{Key? key, TextAlign? textAlign}) {
return HubbleStyledText(
text: this,
key: key,
style: style,
textAlign: textAlign,
);
}
HubbleStyledText makeStyledText(TextStyle style,
{Key? key, TextAlign? textAlign}) {
return HubbleStyledText(
text: this,
key: key,
style: style,
textAlign: textAlign,
);
}