S2ModalClose<T> typedef
S2ModalClose<T> =
void Function(T state, bool confirmed)
Callback for event modal closed
Implementation
typedef S2ModalClose<T> = void Function(T state, bool confirmed);
Callback for event modal closed
typedef S2ModalClose<T> = void Function(T state, bool confirmed);