Commit e2299fdb authored by Ali Ghassemi's avatar Ali Ghassemi

Remove unused consts in floating action button code.

FAB segue animation is done in scaffold and the consts are there.
parent 0d21e69b
......@@ -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.
///
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment