ExBackButton constructor

const ExBackButton({
  1. Key? key,
  2. IconData? icon,
  3. Color? color,
  4. VoidCallback? onPressed,
})

Implementation

const ExBackButton({
  super.key,
  this.icon,
  this.color,
  this.onPressed,
});