leftEdgeWidthBuilder property

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

A builder function that returns the width of the left edge.

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

Implementation

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