isShown property

bool? isShown
getter/setter pair

Controls the visibility of the component.

  • When set to true - the component will begin to transition into a visible state.
  • When set to false - the component will begin to transition into a hidden state.

Default: false

See: WithTransition for example usage.

Implementation

bool? isShown;