BackButton constructor

const BackButton(
  1. double size,
  2. GestureTapCallback? onTap, {
  3. Key? key,
})

Implementation

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