💄 Remove tooltips from bottom nav bar
This commit is contained in:
@ -55,16 +55,20 @@ class _GoMixHomeState extends State<GoMixHome> {
|
|||||||
destinations: <Widget>[
|
destinations: <Widget>[
|
||||||
NavigationDestination(
|
NavigationDestination(
|
||||||
icon: Transform.rotate(
|
icon: Transform.rotate(
|
||||||
angle: 90 * pi / 180, child: const Icon(Icons.tune_outlined)),
|
angle: 90 * pi / 180,
|
||||||
|
child: const Icon(Icons.tune_outlined)),
|
||||||
label: 'Mixing',
|
label: 'Mixing',
|
||||||
|
tooltip: "",
|
||||||
),
|
),
|
||||||
const NavigationDestination(
|
const NavigationDestination(
|
||||||
icon: Icon(Icons.settings_input_component_outlined),
|
icon: Icon(Icons.settings_input_component_outlined),
|
||||||
label: 'Ports',
|
label: 'Ports',
|
||||||
|
tooltip: "",
|
||||||
),
|
),
|
||||||
const NavigationDestination(
|
const NavigationDestination(
|
||||||
icon: Icon(Icons.settings_outlined),
|
icon: Icon(Icons.settings_outlined),
|
||||||
label: 'Settings',
|
label: 'Settings',
|
||||||
|
tooltip: "",
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user