bottomNavigationBarBuilder property
Widget? Function(BuildContext context, MobileScannerController controller)?
bottomNavigationBarBuilder
final
A builder for the bottom navigation bar of the scanner screen.
Implementation
final Widget? Function(
BuildContext context,
MobileScannerController controller,
)? bottomNavigationBarBuilder;