WriterWidget constructor
const
WriterWidget({})
Implementation
const WriterWidget({
super.key,
this.text,
this.format = Format.qrCode,
this.height = 120, // Width is calculated from height and format ratio
this.margin = 0,
this.eccLevel = EccLevel.low,
this.messages = const Messages(),
this.onSuccess,
this.onError,
});