hideComp method

void hideComp()

Implementation

void hideComp() {
  paint.color = const Color(0x00000000);
}