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