AurisScanBracket constructor
const
AurisScanBracket({})
Creates a scan-bracket frame around child.
Implementation
const AurisScanBracket({
super.key,
required this.child,
this.color,
this.bracketLength = 14,
this.strokeWidth = 2,
this.padding = const EdgeInsets.all(6),
this.pulse = false,
});