BackLeading constructor
const
BackLeading({
- Key? key,
- VoidCallback? iconPressed,
- Widget? child,
- AppBarConfig? themeData,
Implementation
const BackLeading({
Key? key,
this.iconPressed,
this.child,
this.themeData,
}) : super(key: key);