textButton top-level property

TextStyle textButton
getter/setter pair

Implementation

TextStyle textButton = const TextStyle(
  color: hWhiteColor,
  fontSize: 18,
  fontWeight: FontWeight.w700,
);