menu
df_widgets package
documentation
_common.dart
PodNotifier<T>
PodNotifier constructor
PodNotifier constructor
dark_mode
light_mode
PodNotifier<
T
>
constructor
PodNotifier<
T
>
(
T
_value
)
Creates a new
Pod
from the given
value
.
Implementation
PodNotifier(this._value);
df_widgets package
documentation
_common
PodNotifier<T>
PodNotifier constructor
PodNotifier class