computedStyle property
CSS properties of this element after applying the active stylesheets and resolving any basic computation, such as converting a percentage into an absolute length.
Implementation
@override
PageLoaderAttributes get computedStyle =>
_retryWhenStale(() => _ElementComputedStyle(_single));