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