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