textCenter constant

TextField const textCenter

Implementation

static const textCenter = TextField(
  textAlign: TextAlign.center,
);