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