scrollController property
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;
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.
final ScrollController? scrollController;