BottomSheetConfig constructor

const BottomSheetConfig({
  1. double initialChildSize = 0.9,
  2. bool isDismissible = false,
  3. bool enableDrag = false,
  4. Color backgroundColor = Colors.transparent,
})

Implementation

const BottomSheetConfig({
  this.initialChildSize = 0.9,
  this.isDismissible = false,
  this.enableDrag = false,
  this.backgroundColor = Colors.transparent,
});