textLeft constant

TextField const textLeft

Implementation

static const textLeft = TextField(
  textAlign: TextAlign.left,
);