moderFormLabelStyle property

TextStyle moderFormLabelStyle
getter/setter pair

Implementation

static TextStyle moderFormLabelStyle = TextStyle(
  color: Color(0xff808495),
  fontSize: ScreenUtil().setSp(16),
  fontWeight: FontWeight.w600,
);