ModalSheet constructor
const
ModalSheet({})
Implementation
const ModalSheet({
Key? key,
required this.child,
this.isDark = false,
this.topPadding = 20.0,
this.padding,
this.height,
}) : super(key: key);
const ModalSheet({
Key? key,
required this.child,
this.isDark = false,
this.topPadding = 20.0,
this.padding,
this.height,
}) : super(key: key);