BackgroundColorProbe constructor

BackgroundColorProbe({
  1. Duration timeout = const Duration(milliseconds: 120),
})

Creates a background-color probe.

Implementation

BackgroundColorProbe({this.timeout = const Duration(milliseconds: 120)});