onElevation method

  1. @override
double? onElevation()
override

This controls the size of the shadow below the menu.

Implementation

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