alignLabelWithHint property

bool? alignLabelWithHint
final

Typically set to true when the InputDecorator contains a multiline TextField (TextField.maxLines is null or > 1) to override the default behavior of aligning the label with the center of the TextField.

Defaults to false.

Implementation

final bool? alignLabelWithHint;