contentTextStyle top-level property

TextStyle contentTextStyle
getter/setter pair

Implementation

var contentTextStyle = TextStyle(
  fontSize: 16,
  color: Colors.black54,
  fontWeight: FontWeight.bold,
  decoration: TextDecoration.none,
);