BackgroundColorProbe constructor
BackgroundColorProbe({
- Duration timeout = const Duration(milliseconds: 120),
Creates a background-color probe.
Implementation
BackgroundColorProbe({this.timeout = const Duration(milliseconds: 120)});