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