BackButtonIcon constructor

const BackButtonIcon(
  1. {Key? key}
)

Creates an icon that shows the appropriate "back" image for the current platform (as obtained from the Theme).

Implementation

const BackButtonIcon({ super.key });