PageBackButton constructor

const PageBackButton({
  1. Key? key,
  2. Color? color,
  3. IconData icon = PhosphorIcons.arrowLeft,
  4. bool enablePopOnTap = true,
  5. Color? backgroundColor,
  6. EdgeInsets? margin,
  7. Alignment? alignment,
  8. EdgeInsets? padding,
  9. BoxBorder? border,
  10. double? size,
})

Implementation

const PageBackButton(
    {super.key,
    this.color,
    this.icon = PhosphorIcons.arrowLeft,
    this.enablePopOnTap = true,
    this.backgroundColor,
    this.margin,
    this.alignment,
    this.padding,
    this.border,
    this.size});