computedStyle property

  1. @override
PageLoaderAttributes computedStyle
override

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));