receiveInteraction property

bool receiveInteraction

Implementation

bool get receiveInteraction => children.where((element) {
      return element is InterfaceComponent && element.receiveInteraction;
    }).isNotEmpty;