CustomBuilder constructor
Creates a CustomBuilder widget.
The linha parameter must contain at least one of the following keys:
- 'content': for text lines
- 'divider': for separator lines
- 'jump': for blank space
- 'qrcode': for QR code generation
Implementation
const CustomBuilder({super.key, required this.linha});