OverlayCloser constructor

const OverlayCloser(
  1. Future<void> function([
    1. Object?
    ]),
  2. Type type,
  3. String id
)

Creates an OverlayCloser.

Implementation

const OverlayCloser(this.function, this.type, this.id);