AppBarBack constructor

const AppBarBack({
  1. Key? key,
  2. GestureTapCallback? onBack,
  3. AppBarBackType? backType,
  4. Brightness? brightness,
})

Implementation

const AppBarBack({super.key, this.onBack, this.backType, this.brightness});