<itemvalue="The number of discrete divisions. Typically used with [label] to show the current discrete value. If null, the slider is continuous."/>
<itemvalue="received"/>
<itemvalue="收到"/>
<itemvalue="Starts listenening to audio. Uses [sampleRate] and [bufferSize] for capturing audio. Uses [androidAudioSource] to determine recording type on Android. When [waitForFirstDataOnAndroid] is set, it waits for [firstDataTimeout] duration on first data to arrive. Will not listen if first date does not arrive in time. Set as [true] by default on Android. When [waitForFirstDataOnIOS] is set, it waits for [firstDataTimeout] duration on first data to arrive. Known to not work reliably on iOS and set as [false] by default."/>
@ -61,12 +62,11 @@
<itemvalue="A [FocusScope] is similar to a [Focus], but also serves as a scope for its descendants, restricting focus traversal to the scoped controls. For example a new [FocusScope] is created automatically when a route is pushed, keeping the focus traversal from moving to a control in a previous route."/>
<itemvalue="candidates"/>
<itemvalue="The builder function will be called for each Key object."/>
<itemvalue="The [Navigator] removed `route`. If only one route is being removed, then the route immediately below that one, if any, is `previousRoute`. If multiple routes are being removed, then the route below the bottommost route being removed, if any, is `previousRoute`, and this method will be called once for each removed route, from the topmost route to the bottommost route."/>