customButton property

Widget Function({String? groupId, 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,
  String? groupId,
})? customButton;