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