pageInfoStyle top-level constant

TextStyle const pageInfoStyle

Implementation

const pageInfoStyle = TextStyle(
  color: Colors.white,
  letterSpacing: 0.7,
  height: 1.5,
);