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