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