initDisplay method
void
initDisplay()
Implementation
void initDisplay() {
// Must take from style because it inited before flush pending properties.
_display ??= resolveDisplay(target.style[DISPLAY]);
}
void initDisplay() {
// Must take from style because it inited before flush pending properties.
_display ??= resolveDisplay(target.style[DISPLAY]);
}