bottom constant Null safety
Aligns a TextField's input Text with the bottommost location within a TextField.
Implementation
static const TextAlignVertical bottom = TextAlignVertical(y: 1.0);
Aligns a TextField's input Text with the bottommost location within a TextField.
static const TextAlignVertical bottom = TextAlignVertical(y: 1.0);