txtRobotoRegular16 property

TextStyle txtRobotoRegular16
getter/setter pair

Implementation

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