slow static method

Duration slow(
  1. BuildContext context
)

Implementation

static Duration slow(BuildContext context) =>
    get(context, const Duration(milliseconds: 500));