buttonText top-level property

TextStyle buttonText
getter/setter pair

Implementation

TextStyle buttonText = TextStyle(
  color: backgroundColor,
  fontSize: 20,
);