fontWeightLight method

Text fontWeightLight()

Make the font light.

Implementation

Text fontWeightLight() {
  return copyWith(style: TextStyle(fontWeight: FontWeight.w300));
}