isShown property

MutableValue<bool> isShown
finalinherited

Implementation

final MutableValue<bool> isShown = MutableValue(
    false);