controller property

IndicatorController? controller
final

The indicator controller stores all the data related to the refresh indicator widget. It extends the Animation class.

The indicator controller will be passed to the builder method.

Implementation

final IndicatorController? controller;