BrnTextAction constructor
const
BrnTextAction(
- String text, {
- Key? key,
- VoidCallback? iconPressed,
- AppBarConfig? themeData,
Implementation
const BrnTextAction(this.text, {Key? key, this.iconPressed, this.themeData})
: super(key: key);