FinderConfiguration constructor
FinderConfiguration({
- required BoxDecoration decoration,
- Color? backgroundColor,
- AspectRatio? finderAspectRatio,
- Widget? widget,
- Widget? topWidget,
- Widget? bottomWidget,
- Insets? finderInsets = const Insets(left: 20, right: 20, bottom: 20, top: 20),
- OnFinderRectChange? onFinderRectChange,
Implementation
FinderConfiguration(
{required this.decoration,
this.backgroundColor,
this.finderAspectRatio,
this.widget,
this.topWidget,
this.bottomWidget,
this.finderInsets =
const Insets(left: 20, right: 20, bottom: 20, top: 20),
this.onFinderRectChange});