buttonLarge constant

TextStyle const buttonLarge

Button styles

Implementation

static const TextStyle buttonLarge = TextStyle(
  fontSize: 18,
  fontWeight: FontWeight.w600,
  color: '#ffffff',
);