buttonText method

VxRichText buttonText(
  1. BuildContext context
)

Sets TextTheme button

Implementation

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