FxBottomSheetOptions constructor

const FxBottomSheetOptions({
  1. double initialChildSize = 0.5,
  2. double maxChildSize = 0.9,
  3. double minChildSize = 0.25,
  4. bool canFullHeight = true,
})

Implementation

const FxBottomSheetOptions({
  this.initialChildSize = 0.5,
  this.maxChildSize = 0.9,
  this.minChildSize = 0.25,
  this.canFullHeight = true,
});