buttonTextStyle constant

TextStyle const buttonTextStyle

Text style for button labels.

Implementation

static const TextStyle buttonTextStyle = TextStyle(
  fontSize: 16,
  fontWeight: FontWeight.w600,
  color: Colors.white,
);