AddTemplatePopup constructor Null safety
template is optional to enable reuse of this popup for editing and creating.
Implementation
const AddTemplatePopup({Key? key, this.template}) : super(key: key);
template is optional to enable reuse of this popup for editing and creating.
const AddTemplatePopup({Key? key, this.template}) : super(key: key);