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