BrnDoubleLeading constructor

const BrnDoubleLeading({
  1. Key? key,
  2. required Widget first,
  3. required Widget second,
  4. AppBarConfig? themeData,
})

Implementation

const BrnDoubleLeading(
    {Key? key, required this.first, required this.second, this.themeData})
    : super(key: key);