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