R3AppBarWidget constructor
const
R3AppBarWidget({})
Implementation
const R3AppBarWidget(
{Key? key,
required this.text,
this.iconButton, required this.actions, this.subTitle})
: super(key: key);
const R3AppBarWidget(
{Key? key,
required this.text,
this.iconButton, required this.actions, this.subTitle})
: super(key: key);