FValueNotifier<T> constructor

  1. @Deprecated('Use ValueNotifier instead.')
FValueNotifier<T>(
  1. T _value
)

Creates a FValueNotifier.

Implementation

@Deprecated('Use ValueNotifier instead.')
FValueNotifier(super._value);