ValueNotifier
To create a mutable signal from a ValueNotifier
, use the toSignal
extension:
Setting the value on the signal or notifier will update the other.
To create a mutable signal from a ValueNotifier
, use the toSignal
extension:
Setting the value on the signal or notifier will update the other.