recycledState property

  1. @override
Null recycledState
override

Returns state information that is reused across instances of this type.

This method is called once when this instance is first created. It is passed to each new instance of this type via restore.

Implementation

@override
Null get recycledState => null;