PhoenixBackButton constructor
const
PhoenixBackButton({
- Key? key,
- Color color = Colors.black,
- VoidCallback? callback,
- double size = 28,
Implementation
const PhoenixBackButton({
super.key,
this.color = Colors.black,
this.callback,
this.size = 28,
});