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