Skip to content

Commit

Permalink
refs IoTone#26 Add a tooltip to the scan button
Browse files Browse the repository at this point in the history
  • Loading branch information
truedat101 authored and pedroalvesbatista committed May 7, 2024
1 parent ebe73f1 commit 6d3cb0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions magnet_app/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ class _MyHomePageWidgetState extends State<MyHomePage> {
return Scaffold(
floatingActionButton: NeumorphicFloatingActionButton(
child: Icon(Icons.add, size: 30),
tooltip: "SCAN",
onPressed: () {
player.play(AssetSource('audio/scanning_loop.wav'));
Timer timer;
Expand Down

0 comments on commit 6d3cb0a

Please sign in to comment.