applyProps method
void
applyProps()
Implementation
void applyProps() {
if (_hasPropsNeedToApply) {
_controllerManager.applyProps(this);
_hasPropsNeedToApply = false;
}
}
void applyProps() {
if (_hasPropsNeedToApply) {
_controllerManager.applyProps(this);
_hasPropsNeedToApply = false;
}
}