fullObstruction property
override
True if the navigation bar's background color has no transparency.
Implementation
@override
bool get fullObstruction => backgroundColor.alpha == 0xFF;
True if the navigation bar's background color has no transparency.
@override
bool get fullObstruction => backgroundColor.alpha == 0xFF;