textRight constant

TextField const textRight

Implementation

static const textRight = TextField(
  textAlign: TextAlign.right,
);