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