<itemvalue="Listens to changes on the value exposed by this provider. The listener will be called immediately after the provider completes building. As opposed to [Ref.listen], the listener will be called even if [updateShouldNotify] returns false, meaning that the previous and new value can potentially be identical."/>
<itemvalue="Listens to changes on the value exposed by this provider. The listener will be called immediately after the provider completes building. As opposed to [Ref.listen], the listener will be called even if [updateShouldNotify] returns false, meaning that the previous and new value can potentially be identical."/>
<itemvalue="[fireImmediately] (false by default) can be optionally passed to tell Riverpod to immediately call the listener with the current value."/>
<itemvalue="[fireImmediately] (false by default) can be optionally passed to tell Riverpod to immediately call the listener with the current value."/>
<itemvalue="- [weak] (false by default) can be optionally passed to have the listener not cause the provider to be initialized and kept alive. This enables listening to changes on a provider, without causing it to perform any work if it currently isn't used."/>
<itemvalue="- [weak] (false by default) can be optionally passed to have the listener not cause the provider to be initialized and kept alive. This enables listening to changes on a provider, without causing it to perform any work if it currently isn't used."/>
@ -71,7 +72,6 @@
<itemvalue="The quote to be used for quoting strings. Defaults to [QuoteStyle.doubleQuote], because single quotes are often used as apostrophes."/>
<itemvalue="The quote to be used for quoting strings. Defaults to [QuoteStyle.doubleQuote], because single quotes are often used as apostrophes."/>
<itemvalue="The indentation size. Must be greater or equal to `1`. Defaults to `2`."/>
<itemvalue="The indentation size. Must be greater or equal to `1`. Defaults to `2`."/>
<itemvalue="If `true`, it will force quoting of strings. If `false`, strings could be left unquoted if possible."/>
<itemvalue="If `true`, it will force quoting of strings. If `false`, strings could be left unquoted if possible."/>
<itemvalue="The flag of whether needs long press to trigger dragging mode. true means it needs long press and false means no need."/>