PageBackButton constructor
const
PageBackButton({
- Key? key,
- Color? color,
- IconData icon = PhosphorIcons.arrowLeft,
- bool enablePopOnTap = true,
- Color? backgroundColor,
- EdgeInsets? margin,
- Alignment? alignment,
- EdgeInsets? padding,
- BoxBorder? border,
- 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});