DialogState



A state object that can be hoisted to control and observe dialog attributes (size/position).

Summary

Public properties

WindowPosition

Current position of the dialog.

android
DpSize

Current size of the dialog.

android

Public properties

position

var positionWindowPosition

Current position of the dialog. If position is not specified (WindowPosition.isSpecified is false) then once the dialog shows on the screen the position will be set to absolute values WindowPosition.Absolute.

size

var sizeDpSize

Current size of the dialog.