ignoring property

bool ignoring
final

Whether this widget is ignored during baseline reporting.

Regardless of whether this widget is ignored during baseline reporting, it will still consume space during layout and be visible during painting.

Implementation

final bool ignoring;