rightEdgeBottomPaddingBuilder property

double Function(BuildContext context, bool isActive)? rightEdgeBottomPaddingBuilder
final

A builder function that returns the bottom padding of the right edge.

The function takes in the BuildContext and a boolean flag indicating whether the right hidden page is active.

Implementation

final double Function(BuildContext context, bool isActive)?
rightEdgeBottomPaddingBuilder;