CrbModal constructor

const CrbModal({
  1. Key? key,
  2. EdgeInsetsGeometry padding = const EdgeInsets.symmetric(horizontal: 60.0),
  3. double height = 420.0,
  4. Color? background,
})

Implementation

const CrbModal({
  Key? key,
  this.padding = const EdgeInsets.symmetric(horizontal: 60.0),
  this.height = 420.0,
  this.background,
}) : super(key: key);