textFieldStyle property

TextStyle textFieldStyle
getter/setter pair

Implementation

static var textFieldStyle = TextStyle(
  fontSize: 16.px,
  fontWeight: FontWeight.w600,
  color: Colors.white,
  height: 22.5.px / 16.px,
);