txtRobotoRegular20 property

TextStyle txtRobotoRegular20
getter/setter pair

Implementation

static TextStyle txtRobotoRegular20 = TextStyle(
  color: BadColorConstant.black900,
  fontSize: getFontSize(
    20,
  ),
  fontFamily: 'Roboto',
  fontWeight: FontWeight.w400,
);