onShape method

ShapeBorder? onShape()

The shape used for the menu

Implementation

ShapeBorder? onShape() => inShape == null ? null : inShape!();