CustomBottomsheetItem constructor
const
CustomBottomsheetItem({
- Key? key,
- Widget? leading,
- Widget? title,
- Widget? trailing,
- EdgeInsets? padding,
- required VoidCallback oPress,
- bool hasShadow = false,
Implementation
const CustomBottomsheetItem({
super.key,
this.leading,
this.title,
this.trailing,
this.padding ,
required this.oPress,
this.hasShadow = false,
});