StyledBackButton constructor

const StyledBackButton({
  1. Key? key,
  2. void onPressed()?,
  3. bool withLabel = false,
})

Implementation

const StyledBackButton({super.key, this.onPressed, this.withLabel = false});