BoardScrollCallback typedef

BoardScrollCallback = void Function(double position, double maxExtent)

Callback function signatures for various board state changes Called when the board scroll position changes

Implementation

/// Called when the board scroll position changes
typedef BoardScrollCallback = void Function(double position, double maxExtent);