onElevation method
This controls the size of the shadow below the menu.
Implementation
double? onElevation() => inElevation == null ? null : inElevation!();
This controls the size of the shadow below the menu.
double? onElevation() => inElevation == null ? null : inElevation!();