customButton property
Widget Function({required VoidCallback? showHideMenuEvent, required bool showMenu})?
customButton
final
A custom builder for the main button. If provided, it overrides buttonText.
Implementation
final Widget Function({
required VoidCallback? showHideMenuEvent,
required bool showMenu,
})? customButton;