invisible property

Widget get invisible

Make the widget invisible (opacity 0)

Implementation

Widget get invisible => opacity(0.0);