ZdsBackButton constructor

const ZdsBackButton(
  1. {Key? key,
  2. VoidCallback? onPressed}
)

A back button that will, by default, call Navigator.maybePop when pressed.

Implementation

const ZdsBackButton