dropdownSearchTextAlign property

TextAlign? dropdownSearchTextAlign
final

style on which to base the label How the text in the decoration should be aligned horizontally.

Implementation

// final TextStyle? dropdownSearchBaseStyle;

/// How the text in the decoration should be aligned horizontally.
final TextAlign? dropdownSearchTextAlign;