WindowPopup constructor
const
WindowPopup({
- Key? key,
- required CreateWindowAction createWindowAction,
- required void closePopup(),
Implementation
const WindowPopup({Key? key, required this.createWindowAction, required this.closePopup })
: super(key: key);