builder property

RefreshControlIndicatorBuilder? builder
final

A builder that's called as this sliver's size changes, and as the state changes.

Can be set to null, in which case nothing will be drawn in the overscrolled space.

Will not be called when the available space is zero such as before any overscroll.

Implementation

final RefreshControlIndicatorBuilder? builder;