BackButtonView constructor

const BackButtonView({
  1. Function? onTap,
  2. Key? key,
})

Implementation

const BackButtonView({this.onTap, Key? key}) : super(key: key);