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