OverlayEntry constructor
OverlayEntry({
- required WidgetBuilder builder,
Creates an overlay entry with the specified builder.
Implementation
OverlayEntry({required this.builder});
Creates an overlay entry with the specified builder.
OverlayEntry({required this.builder});