This repository was archived by the owner on Apr 29, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ https://github.com/UnityTech/DocCN 查看。
49
49
## 使用要求
50
50
51
51
#### Unity
52
+
52
53
安装 ** Unity 2018.4.10f1(LTS)** 或 ** Unity 2019.1.14f1** 及其更高版本。 你可以从[ https://unity3d.com/get-unity/download ] ( https://unity3d.com/get-unity/download ) 下载最新的Unity。
53
54
54
55
#### UIWidgets包
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ open-sourced @https://github.com/UnityTech/DocCN.
58
58
## Requirements
59
59
60
60
#### Unity
61
+
61
62
Install ** Unity 2018.4.10f1 (LTS)** or ** Unity 2019.1.14f1** and above. You can download the latest Unity on https://unity3d.com/get-unity/download .
62
63
63
64
#### UIWidgets Package
Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ public override Widget build(BuildContext context) {
348
348
child : text
349
349
) ;
350
350
}
351
- else if ( this . showUnselectedLabels ) {
351
+ else if ( ! this . showUnselectedLabels ) {
352
352
text = new FadeTransition (
353
353
opacity : this . animation ,
354
354
child : text
@@ -576,6 +576,7 @@ public override Widget build(BuildContext context) {
576
576
Color backgroundColor = null ;
577
577
switch ( this . widget . type ) {
578
578
case BottomNavigationBarType . fix :
579
+ backgroundColor = this . widget . backgroundColor ;
579
580
break ;
580
581
case BottomNavigationBarType . shifting :
581
582
backgroundColor = this . _backgroundColor ;
You can’t perform that action at this time.
0 commit comments