NiceBackButton constructor

const NiceBackButton({
  1. Key? key,
  2. IconData? icon,
  3. VoidCallback? onBack,
  4. String? fallbackPath,
})

Implementation

const NiceBackButton({
  super.key,
  this.icon,
  this.onBack,
  this.fallbackPath,
});