txtRobotoRegular16 property
Implementation
static TextStyle txtRobotoRegular16 = TextStyle(
color: BadColorConstant.blueGray40002,
fontSize: getFontSize(
16,
),
fontFamily: 'Roboto',
fontWeight: FontWeight.w400,
);
static TextStyle txtRobotoRegular16 = TextStyle(
color: BadColorConstant.blueGray40002,
fontSize: getFontSize(
16,
),
fontFamily: 'Roboto',
fontWeight: FontWeight.w400,
);