visible property

  1. @JsonKey.new(defaultValue: true)
  2. @override
bool visible
final

Whether or not the node is visible on the canvas.

Implementation

@JsonKey(defaultValue: true)
@override
final bool visible;