GeneralParamsDrawer constructor

GeneralParamsDrawer({
  1. required BuildContext context,
  2. bool withStrip = true,
  3. double? radius,
  4. double? marginTop = 0,
  5. bool isDismissable = true,
  6. EdgeInsets? padding,
  7. double? paddingBottom,
  8. RouteSettings? settings,
  9. bool isScrollControlled = true,
  10. bool enableDrag = true,
  11. String? titleHeader = "Select Data",
  12. String? subTitleHeader = "Select data please",
  13. void onTapIconClose()?,
  14. 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,
});