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