menu
kickin package
documentation
core/base/src/extensions/extensions.dart
KNotifierX<N extends Notifier<S>, S>
expandX<T> method
expandX<T> method
dark_mode
light_mode
expandX<
T
>
method
T
expandX
<
T
>(
Ref
ref
,
T
selector
(
Ref
r
,
NotifierProvider
<
N
,
S
>
s
)
)
Implementation
T expandX<T>(Ref ref, T Function(Ref r, NotifierProvider<N, S> s) selector) => selector(ref, this);
kickin package
documentation
core/base/src/extensions/extensions
KNotifierX<N extends Notifier<S>, S>
expandX<T> method
KNotifierX extension on
NotifierProvider
<
N
,
S
>