isFocused property

  1. @override
bool isFocused
override

Whether this element is focused.

Implementation

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