labelMedium method
Sets TextTheme label medium
Implementation
VelocityXTextSpan labelMedium(BuildContext context) {
_themedStyle = context.textTheme.labelMedium;
return this;
}
Sets TextTheme label medium
VelocityXTextSpan labelMedium(BuildContext context) {
_themedStyle = context.textTheme.labelMedium;
return this;
}