setReference method
Function used to set the current element reference, used to measure state.
Implementation
void setReference(Element element) {
_reference = element;
}
Function used to set the current element reference, used to measure state.
void setReference(Element element) {
_reference = element;
}