kDrawerFont top-level constant

TextStyle const kDrawerFont

Implementation

const kDrawerFont = TextStyle(
  fontFamily: _fontName,
  fontWeight: FontWeight.w600,
  fontSize: 14.0,
  fontStyle: FontStyle.normal,
  color: kPrimaryWhite,
);