Skip to content

Commit

Permalink
refs #26 Add a tooltip to the scan button
Browse files Browse the repository at this point in the history
  • Loading branch information
truedat101 committed Mar 26, 2024
1 parent 3c40010 commit 0eb76ba
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 0eb76ba

Please sign in to comment.