Commit 55f65930 authored by Hans Muller's avatar Hans Muller

tabs scroll duration is 300ms

parent 9651db22
......@@ -28,7 +28,7 @@ const double _kMinTabWidth = 72.0;
const double _kMaxTabWidth = 264.0;
const EdgeDims _kTabLabelPadding = const EdgeDims.symmetric(horizontal: 12.0);
const double _kTabBarScrollDrag = 0.025;
const Duration _kTabBarScroll = const Duration(milliseconds: 800);
const Duration _kTabBarScroll = const Duration(milliseconds: 300);
class _TabBarParentData extends ContainerBoxParentDataMixin<RenderBox> { }
......
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