scrollController property

ScrollController? scrollController
final

The ZetaFAB uses this controller to react to scroll change and shrink/expand itself.

If null, the FAB will never change from its initial size.

Implementation

final ScrollController? scrollController;