setIsGone method

void setIsGone(
  1. bool isGone
)

Set visibility flag.

  • isGone : If true, remove this element in build result.

Implementation

void setIsGone(bool isGone) {
  spwmlParams.p.isGone = isGone;
}