InjectBarLeading constructor

const InjectBarLeading({
  1. Key? key,
  2. List<Widget> children(
    1. BuildContext
    )?,
  3. bool start = true,
  4. required PylonBuilder builder,
})

Implementation

const InjectBarLeading(
    {super.key, this.children, this.start = true, required this.builder});