ShutterButton constructor
ShutterButton({
- bool enabledInAutoSnappingMode = true,
- String accessibilityDescription = "?accessibilityDescriptionCameraShutterButton",
- ScanbotColor? outerColor,
- ScanbotColor? innerColor,
Implementation
ShutterButton({
this.enabledInAutoSnappingMode = true,
this.accessibilityDescription =
"?accessibilityDescriptionCameraShutterButton",
ScanbotColor? outerColor,
ScanbotColor? innerColor,
}) : outerColor = outerColor ?? ScanbotColor("?sbColorOnPrimary"),
innerColor = innerColor ?? ScanbotColor("?sbColorOnPrimary");