customButton property
Widget Function({required String groupId, required VoidCallback showHideMenuEvent, required bool showMenu})?
customButton
final
Custom builder for the main button.
Implementation
final Widget Function({
required VoidCallback showHideMenuEvent,
required bool showMenu,
required String groupId,
})? customButton;