appBarBuilder property

PreferredSizeWidget? Function(BuildContext context, MobileScannerController controller)? appBarBuilder
final

AppBar widget you can use this to add appBar to the scanner screen

Implementation

final PreferredSizeWidget? Function(
    BuildContext context, MobileScannerController controller)? appBarBuilder;