textTop constant

TextField const textTop

Implementation

static const textTop = TextField(
  textAlignVertical: TextAlignVertical.top,
);