|
@@ -66,6 +66,8 @@ class _Measure3DViewSwitcherState extends State<Measure3DViewSwitcher> {
|
|
|
children: [
|
|
|
const FSizedBox(
|
|
|
width: 90,
|
|
|
+
|
|
|
+ ///TODO: [Gavin] i18n
|
|
|
child: FText("启用 3D :", style: TextStyle(color: Colors.white))),
|
|
|
FSwitch(
|
|
|
value: enable3DView,
|
|
@@ -99,6 +101,7 @@ class _Measure3DViewSwitcherState extends State<Measure3DViewSwitcher> {
|
|
|
});
|
|
|
},
|
|
|
child: const FText(
|
|
|
+ ///TODO: [Gavin] i18n
|
|
|
"回到 3D",
|
|
|
style: TextStyle(color: Colors.white),
|
|
|
),
|
|
@@ -113,6 +116,7 @@ class _Measure3DViewSwitcherState extends State<Measure3DViewSwitcher> {
|
|
|
});
|
|
|
},
|
|
|
child: const FText(
|
|
|
+ ///TODO: [Gavin] i18n
|
|
|
"回到播放器",
|
|
|
style: TextStyle(color: Colors.white),
|
|
|
),
|