start constant

FloatingLabelAlignment const start

Align the floating label on the leading edge of the InputDecorator.

For left-to-right text (TextDirection.ltr), this is the left edge.

For right-to-left text (TextDirection.rtl), this is the right edge.

Implementation

static const FloatingLabelAlignment start = FloatingLabelAlignment._(-1.0);