DialogCustom constructor
const
DialogCustom({
- Key? key,
- required String? name,
- required double? height,
- int margin = 32,
- Color? color,
- Decoration? decoration,
- Widget? operate,
- List<
Widget> ? children, - EdgeInsetsGeometry? rootMargin,
Implementation
const DialogCustom({
Key? key,
required this.name,
required this.height,
this.margin = 32,
this.color,
this.decoration,
this.operate,
this.children,
this.rootMargin,
}) : isBody = false,
super(key: key);