menu
stack_board package
documentation
helpers.dart
SafeValueNotifier<T>
SafeValueNotifier.new constructor
SafeValueNotifier.new constructor
dark_mode
light_mode
SafeValueNotifier<
T
>
constructor
SafeValueNotifier<
T
>
(
T
value
)
Implementation
SafeValueNotifier(T value) : super(value);
stack_board package
documentation
helpers
SafeValueNotifier<T>
SafeValueNotifier.new constructor
SafeValueNotifier class