SmartDialogOverlayEntry constructor

SmartDialogOverlayEntry({
  1. required WidgetBuilder builder,
})

Creates a SmartDialogOverlayEntry with the specified builder function.

The builder parameter is required and defines the widget to display.

Implementation

SmartDialogOverlayEntry({required super.builder});