anyControlsHaveStatus method

  1. @protected
bool anyControlsHaveStatus(
  1. ControlStatus status
)

Returns true if all children has the specified status, otherwise returns false.

Implementation

@protected
bool anyControlsHaveStatus(ControlStatus status) => false;