onElevation method

double? onElevation()

This controls the size of the shadow below the menu.

Implementation

double? onElevation() => inElevation == null ? null : inElevation!();