mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove unused consts in floating action button code.
FAB segue animation is done in scaffold and the consts are there.
This commit is contained in:
parent
0d21e69b1d
commit
e2299fdbc4
@ -17,8 +17,6 @@ import 'tooltip.dart';
|
||||
// http://www.google.com/design/spec/layout/metrics-keylines.html#metrics-keylines-keylines-spacing
|
||||
const double _kSize = 56.0;
|
||||
const double _kSizeMini = 40.0;
|
||||
const Duration _kChildSegue = const Duration(milliseconds: 400);
|
||||
const Interval _kChildSegueInterval = const Interval(0.65, 1.0);
|
||||
|
||||
/// A material design floating action button.
|
||||
///
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user