YaruBackButton constructor

const YaruBackButton({
  1. Key? key,
  2. VoidCallback? onPressed,
  3. YaruBackButtonStyle? style,
  4. Widget? icon,
})

Creates a YaruBackButton.

Implementation

const YaruBackButton({
  super.key,
  this.onPressed,
  this.style,
  this.icon,
});