opaque property

bool opaque

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

Implementation

bool get opaque => backgroundColor.alpha == 0xFF;