m3eMenuBuilder property

List<M3EMenuNode> Function(BuildContext)? m3eMenuBuilder
final

Rich M3E menu tree. Respects M3ESplitButtonDecoration.menuStyle for popup / native paths. Ignored when menuBuilder is set.

Bottom-sheet M3ESplitButtonMenuStyle.bottomSheet is not supported for custom trees — falls back to the spring popup.

Implementation

final List<M3EMenuNode> Function(BuildContext)? m3eMenuBuilder;