BrnTextAction constructor

const BrnTextAction(
  1. String text, {
  2. Key? key,
  3. VoidCallback? iconPressed,
  4. AppBarConfig? themeData,
})

Implementation

const BrnTextAction(this.text, {Key? key, this.iconPressed, this.themeData})
    : super(key: key);