InitControl constructor
const
InitControl({})
Implementation
const InitControl({
Key? key,
this.child,
this.doubleClick,
this.safeArea,
this.delayPop,
this.onTapScreen,
this.onBackPressed,
this.formKey,
}) : super(key: key);