LENGTH_LONG constant

Duration const LENGTH_LONG

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

Implementation

// ignore: constant_identifier_names
static const LENGTH_LONG = Duration(milliseconds: 3500);