hintWidget property

Widget? hintWidget
final

Hint widget (optional) (default: Text('Scan QR Code')) Hint widget will be replaced the bottom of the screen. If you want to replace the bottom screen widget, use hintWidget

Implementation

final Widget? hintWidget;