BackLeading constructor

const BackLeading({
  1. Key? key,
  2. VoidCallback? iconPressed,
  3. Widget? child,
  4. AppBarConfig? themeData,
})

Implementation

const BackLeading({
  Key? key,
  this.iconPressed,
  this.child,
  this.themeData,
}) : super(key: key);