titleTextStyle constant

TextStyle const titleTextStyle

Default text style for app bar titles.

Implementation

static const TextStyle titleTextStyle = TextStyle(
  fontSize: 20,
  fontWeight: FontWeight.bold,
  color: Colors.black,
  height: 1.2,
);