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