FlutterSmartDialog constructor
Creates a FlutterSmartDialog that wraps the application content.
The child parameter is required and represents the main app UI.
Implementation
const FlutterSmartDialog({
super.key,
required this.child,
}) : assert(child != null);