NyModalLayout constructor
const
NyModalLayout({
- Key? key,
- required Widget child,
- List<
Widget> actionsRow = const [], - List<
Widget> actionsColumn = const [], - double? height,
- bool showHandle = true,
- BoxDecoration? decoration,
- Color? handleColor,
- Color? backgroundColor,
- EdgeInsets? contentPadding,
- EdgeInsets? actionsPadding,
Implementation
const NyModalLayout({
super.key,
required this.child,
this.actionsRow = const [],
this.actionsColumn = const [],
this.height,
this.showHandle = true,
this.decoration,
this.handleColor,
this.backgroundColor,
this.contentPadding,
this.actionsPadding,
});