InnerDragUpdateCallback typedef
InnerDragUpdateCallback =
void Function(double value, InnerDrawerDirection? direction)
Signature for when a pointer that is in contact with the screen and moves to the right or left values between 1 and 0
Implementation
typedef InnerDragUpdateCallback = void Function(
double value, InnerDrawerDirection? direction);