Dialog constant

OverlayState const Dialog

An overlay pane that centers its content both on the x and y-axis and captures events, preventing interaction with underlying content.

Implementation

static const Dialog =
    OverlayState(captureEvents: true, top: 0, bottom: 0, left: 0, right: 0);