roboto700 property

TextStyle roboto700
getter/setter pair

Implementation

static TextStyle roboto700 = GoogleFonts.roboto(
  fontWeight: FontWeight.w700,
  fontSize: 30,
  height: 0, // Equivalent to line-height: 0px
  letterSpacing: 0,
  color: AppColor.white,
);