InjectBarLeading constructor

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

Creates an InjectBarLeading widget to inject widgets into a Bar's leading area.

See Injection in the documentation.

Implementation

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