ArnaBackButton constructor

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

Creates an ArnaButton.icon with the back icon.

Implementation

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