labelLarge method
Sets TextTheme label large
Implementation
VelocityXTextSpan labelLarge(BuildContext context) {
_themedStyle = context.textTheme.labelLarge;
return this;
}
Sets TextTheme label large
VelocityXTextSpan labelLarge(BuildContext context) {
_themedStyle = context.textTheme.labelLarge;
return this;
}