hidden property

RxBool hidden
final

Indicator whether the view shouldn't be visible.

Used to prevent width, height, left and top flickering.

Implementation

final RxBool hidden = RxBool(true);