ScrollToBottomBuilder typedef

ScrollToBottomBuilder = Widget Function(BuildContext, Animation<double> animation, VoidCallback onPressed)

Signature for building the "scroll to bottom" button.

Implementation

typedef ScrollToBottomBuilder =
    Widget Function(
      BuildContext,
      Animation<double> animation,
      VoidCallback onPressed,
    );