subtitle2 method

VxTextBuilder subtitle2(
  1. BuildContext context
)

Sets TextTheme subtitle2

Implementation

VxTextBuilder subtitle2(BuildContext context) {
  _themedStyle = Theme.of(context).textTheme.titleSmall;
  return this;
}