BarcodeAppBar constructor

const BarcodeAppBar({
  1. String? appBarTitle,
  2. bool? centerTitle,
  3. bool? enableBackButton,
  4. Icon? backButtonIcon,
})

Implementation

const BarcodeAppBar({
  this.appBarTitle,
  this.centerTitle,
  this.enableBackButton,
  this.backButtonIcon,
});