headerOneW property

TextStyle headerOneW
getter/setter pair

Implementation

static TextStyle headerOneW = TextStyle(
  fontFamily: 'Manrope-Regular',
  // 'Manrope',
  fontSize: 20,
  color: white,
);