fullObstruction property

bool fullObstruction
override

True if the navigation bar's background color has no transparency.

Implementation

@override
bool get fullObstruction => backgroundColor.alpha == 0xFF;