createState method

  1. @override
State<ValueListenableBuilder<T>> createState()
override

Creates the mutable State associated with this widget.

Implementation

@override
State<ValueListenableBuilder<T>> createState() =>
    _ValueListenableBuilderState<T>();