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