DialogCustom.body constructor
const
DialogCustom.body({
- Key? key,
- double? height,
- int margin = 0,
- Color? color,
- Decoration? decoration,
- List<
Widget> ? children, - EdgeInsetsGeometry? rootMargin,
只有中间可以滑动的部分
Implementation
const DialogCustom.body({
Key? key,
this.height,
this.margin = 0,
this.color,
this.decoration,
this.children,
this.rootMargin,
}) : name = null,
operate = null,
isBody = true,
super(key: key);