defaultDuration constant

Duration const defaultDuration

Implementation

static const Duration defaultDuration = Duration(
  milliseconds: 2000,
);