buttonText method

VxTextBuilder buttonText(
  1. BuildContext context
)

Sets TextTheme button

Implementation

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