LENGTH_SHORT constant

Duration const LENGTH_SHORT

Show the view or text notification for a short period of time. This time could be user-definable.

Implementation

// ignore: constant_identifier_names
static const LENGTH_SHORT = Duration(milliseconds: 2000);