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