ModalWrapper constructor
const
ModalWrapper({})
Implementation
const ModalWrapper({
Key? key,
required this.child,
this.onApply,
this.applyButtonTitle,
this.applyActive = true,
this.color,
this.afterLinePaddingFactor,
this.bottomPaddingFactor,
this.showTopLine = true,
this.applyButtonColor,
this.borderRadius,
this.clip,
this.padding,
}) : super(key: key);