headline3 method
Sets TextTheme headline 3
Implementation
VelocityXTextSpan headline3(BuildContext context) {
_themedStyle = Theme.of(context).textTheme.headline3;
return this;
}
Sets TextTheme headline 3
VelocityXTextSpan headline3(BuildContext context) {
_themedStyle = Theme.of(context).textTheme.headline3;
return this;
}