textFieldLableStyle property

TextStyle textFieldLableStyle
getter/setter pair

Implementation

static TextStyle textFieldLableStyle = GoogleFonts.roboto(
  fontSize: 14,
  color: AppColor.textFieldLabel,
  fontWeight: FontWeight.w500,
);