isShown property

MutableValue<bool> isShown
final

Implementation

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