GeneralParamsDrawer constructor
GeneralParamsDrawer({
- required BuildContext context,
- bool withStrip = true,
- double? radius,
- double? marginTop = 0,
- bool isDismissable = true,
- EdgeInsets? padding,
- double? paddingBottom,
- RouteSettings? settings,
- bool isScrollControlled = true,
- bool enableDrag = true,
- String? titleHeader = "Select Data",
- String? subTitleHeader = "Select data please",
- void onTapIconClose()?,
- bool isUseHeader = false,
Implementation
GeneralParamsDrawer({
required this.context,
this.withStrip = true,
this.radius,
this.marginTop = 0,
this.isDismissable = true,
this.padding,
this.paddingBottom,
this.settings,
this.isScrollControlled = true,
this.enableDrag = true,
this.titleHeader = "Select Data",
this.subTitleHeader = "Select data please",
this.onTapIconClose,
this.isUseHeader = false,
});