overlays\nice_overlays2 library

Classes

NiceBox
NiceManagedWindow
Window state for the manager.
NiceTutorial
Step-by-step tutorial overlay that highlights page elements.
NiceTutorialStep
A step in the tutorial walkthrough.
NiceWindowManager
Manages multiple floating windows with a taskbar.

Enums

NiceBoxVariant
Styled container with theme-aware spacing, padding, border, and background.
NiceTutorialPosition

Functions

showNiceBottomSheet<T>({required BuildContext context, required WidgetBuilder builder, String? title, bool showHandle = true, List<double> snapPoints = const [0.5, 0.9], int initialSnap = 0, bool expandable = true, bool dismissible = true}) Future<T?>
Shows a draggable bottom sheet with snap points.