Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit fb8ad6f

Browse files
committed
Remove unused private constant.
PiperOrigin-RevId: 177032284
1 parent 4c65d85 commit fb8ad6f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/material_menu/material_fab_menu.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ import 'package:angular_components/model/observable/observable.dart';
2222

2323
import 'menu_item_groups.dart';
2424

25-
// Prevent menu from showing instantly after closing
26-
const _menuVisibilityGracePeriod = const Duration(milliseconds: 400);
27-
2825
/// A fab menu item with optional sub menu.
2926
@Component(
3027
selector: 'material-fab-menu',

0 commit comments

Comments
 (0)