FormeValueListenableDelegate<T> constructor

const FormeValueListenableDelegate<T>(
  1. ValueListenable<T> _delegate
)

Implementation

const FormeValueListenableDelegate(this._delegate);