text top-level property

TextStyle text
getter/setter pair

Implementation

TextStyle text = const TextStyle(
  fontSize: 23,
  color: Colors.white,
);