BrnDoubleLeading constructor
const
BrnDoubleLeading({
- Key? key,
- required Widget first,
- required Widget second,
- AppBarConfig? themeData,
Implementation
const BrnDoubleLeading(
{Key? key, required this.first, required this.second, this.themeData})
: super(key: key);