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