isControlActive method

bool isControlActive(
  1. String id
)

Implementation

bool isControlActive(String id) => _controls[id]?.active ?? false;