-
public final class ModalState
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classModalState.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ModalValuecurrentValueprivate final ModalValueinitialValue
-
Constructor Summary
Constructors Constructor Description ModalState(ModalValue initialValue)
-
Method Summary
Modifier and Type Method Description final ModalValuegetCurrentValue()final ModalValuegetInitialValue()final Unitshow()final Unithide()-
-
Constructor Detail
-
ModalState
ModalState(ModalValue initialValue)
-
-
Method Detail
-
getCurrentValue
final ModalValue getCurrentValue()
-
getInitialValue
final ModalValue getInitialValue()
-
-
-
-