displayed property

  1. @override
bool displayed
override

Whether this element is displayed based on "display" style.

Implementation

@override
bool get displayed =>
    throw NullPageLoaderElementAccessException('style', this);