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