|
|
|
|
|
|
child: text |
|
|
|
); |
|
|
|
} |
|
|
|
else if (this.showUnselectedLabels) { |
|
|
|
else if (!this.showUnselectedLabels) { |
|
|
|
text = new FadeTransition( |
|
|
|
opacity: this.animation, |
|
|
|
child: text |
|
|
|
|
|
|
Color backgroundColor = null; |
|
|
|
switch (this.widget.type) { |
|
|
|
case BottomNavigationBarType.fix: |
|
|
|
backgroundColor = this.widget.backgroundColor; |
|
|
|
break; |
|
|
|
case BottomNavigationBarType.shifting: |
|
|
|
backgroundColor = this._backgroundColor; |
|
|
|