placeholderAlignment property

AlignmentGeometry? placeholderAlignment
final

Alignment for the placeholder inside the field.

Defaults to direction-aware top start: Alignment.topLeft in LTR, Alignment.topRight in RTL.

Implementation

final AlignmentGeometry? placeholderAlignment;