caption method

VxTextBuilder caption(
  1. BuildContext context
)

Sets TextTheme caption

Implementation

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