BarReplacer constructor

const BarReplacer({
  1. String name(
    1. String
    )?,
  2. IconData? newIcon,
  3. List<Widget> addTrailing(
    1. String
    )?,
})

Implementation

const BarReplacer({this.name, this.newIcon, this.addTrailing});