buttonText method

VelocityXTextSpan buttonText(
  1. BuildContext context
)

Sets TextTheme button

Implementation

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