textJustify constant

TextField const textJustify

Implementation

static const textJustify = TextField(
  textAlign: TextAlign.justify,
);