bottom constant

TextAlignVertical const bottom

Aligns a TextField's input Text with the bottommost location within a TextField.

Implementation

static const TextAlignVertical bottom = TextAlignVertical(y: 1.0);