roboto500 property

TextStyle roboto500
getter/setter pair

Implementation

static TextStyle roboto500 = GoogleFonts.roboto(
  fontWeight: FontWeight.w500,
  fontSize: 15,
  height: 0, // Equivalent to line-height: 0px
  letterSpacing: 0,
  color: AppColor.bodyTextColor,
);