NeumorphicBackButton constructor

const NeumorphicBackButton({
  1. Key? key,
  2. VoidCallback? onPressed,
  3. NeumorphicStyle? style,
  4. EdgeInsets? padding,
  5. bool forward = false,
})

Implementation

const NeumorphicBackButton({
  Key? key,
  this.onPressed,
  this.style,
  this.padding,
  this.forward = false,
}) : super(key: key);