S360fDialog constructor
const
S360fDialog({
- required Widget title,
- required List<
Widget> contentWidgets, - double width = 720.0,
- double? height,
- List<
Widget> actions = const <Widget>[], - Widget? icon,
- ImageProvider<
Object> ? image, - bool showDivider = true,
- VoidCallback? onClose,
- ScrollController? scrollController,
- Key? key,
Implementation
const S360fDialog({
required this.title,
required this.contentWidgets,
this.width = 720.0,
this.height,
this.actions = const <Widget>[],
this.icon,
this.image,
this.showDivider = true,
this.onClose,
this.scrollController,
super.key,
});