KinSheet constructor
const
KinSheet({
- Key? key,
- required Widget child,
- bool showHandle = true,
- bool showClose = true,
- EdgeInsetsGeometry? padding,
- KinMaterial? material,
Implementation
const KinSheet({
super.key,
required this.child,
this.showHandle = true,
this.showClose = true,
this.padding,
this.material,
});