caption method

VxRichText caption(
  1. BuildContext context
)

Sets TextTheme caption

Implementation

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