Skip to content

Commit

Permalink
fix #95
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekmedia authored Feb 2, 2021
1 parent b2e8941 commit 11c5745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/speed_dial.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class SpeedDial extends StatefulWidget {
final bool closeManually;

/// If true overlay is rendered, no matter if closeManually is true or false.
final bool renderOverlay = false;
final bool renderOverlay;

/// Open or close the dial via a notification
final ValueNotifier<bool> openCloseDial;
Expand Down

0 comments on commit 11c5745

Please sign in to comment.