textFieldStyle constant

TextStyle const textFieldStyle

Implementation

static const textFieldStyle = TextStyle(
  fontSize: TagFontSize.fontSizeInputNormal,
  color: TagColors.colorBaseInkNormal,
  fontWeight: FontWeight.w500,
  height: 1.2,
);