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