kFloatingActionButtonSegue top-level constant

Duration const kFloatingActionButtonSegue

The amount of time the FloatingActionButton takes to transition in or out.

The Scaffold uses this to set the duration of FloatingActionButton motion, entrance, and exit animations.

Implementation

const Duration kFloatingActionButtonSegue = Duration(milliseconds: 200);