DoubleChooseWindows constructor
const
DoubleChooseWindows({
- Key? key,
- Color? backgroundColor,
- double? width,
- double? height,
- required Widget content,
- EdgeInsetsGeometry? padding,
- Widget? left,
- Widget? right,
- Decoration? decoration,
- ModalWindowsOptions? options,
Implementation
const DoubleChooseWindows({
super.key,
this.backgroundColor,
this.width,
this.height,
required this.content,
this.padding,
this.left,
this.right,
this.decoration,
this.options,
});