prefixMode property

OverlayVisibilityMode prefixMode
final

Controls the visibility of the prefix widget based on the state of text entry when the prefix argument is not null.

Defaults to OverlayVisibilityMode.always and cannot be null.

Has no effect when prefix is null.

Implementation

final OverlayVisibilityMode prefixMode;