stylePostTitle top-level constant

TextStyle const stylePostTitle

Implementation

const stylePostTitle = TextStyle(
  fontSize: 20,
  color: Colors.blueGrey,
  fontWeight: FontWeight.w400,
  // fontFamily: '',
);