QuickInput$Typings extension
Properties
-
busy
↔ bool
-
If the UI should show a progress indicator. Defaults to false.
getter/setter pair
-
dispose
↔ void Function()
-
getter/setter pair
-
enabled
↔ bool
-
If the UI should allow for user input. Defaults to true.
getter/setter pair
-
hide
↔ void Function()
-
getter/setter pair
-
ignoreFocusOut
↔ bool
-
If the UI should stay open even when loosing UI focus. Defaults to false.
This setting is ignored on iPad and is always false.
getter/setter pair
-
onDidHide
↔ Event<void>
-
An event signaling when this input UI is hidden.
getter/setter pair
-
show
↔ void Function()
-
getter/setter pair
-
step
↔ num?
-
An optional current step count.
getter/setter pair
-
title
↔ String?
-
An optional title.
getter/setter pair
-
totalSteps
↔ num?
-
An optional total step count.
getter/setter pair