roboto600 property

TextStyle roboto600
getter/setter pair

Implementation

static TextStyle roboto600 = GoogleFonts.roboto(
  fontWeight: FontWeight.w600,
  fontSize: 18,
  height: 0, // Equivalent to line-height: 0px
  letterSpacing: 0,
  color: Colors.white,
);