inputFieldLabel property

TextStyle inputFieldLabel
getter/setter pair

InputField - Label (Top)

Implementation

static TextStyle inputFieldLabel = _defaultFieldLabel.copyWith(
  color: BasfColors.copyTextGrey,
);