inputBuilder property

SelectInputBuilder<T, P>? inputBuilder
final

Builder for the entire input field widget. If provided, you are responsible for handling the tap to open the popup.

Implementation

final SelectInputBuilder<T, P>? inputBuilder;