caption method

VelocityXTextSpan caption(
  1. BuildContext context
)

Sets TextTheme caption

Implementation

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