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