BackButton constructor Null safety

const BackButton(
  1. {Key? key,
  2. Color? color,
  3. VoidCallback? onPressed}
)

Creates an IconButton with the appropriate "back" icon for the current target platform.

Implementation

const BackButton({ super.key, this.color, this.onPressed });