InjectBarLeading constructor
const
InjectBarLeading({
- Key? key,
- List<
Widget> children()?, - bool start = true,
- required PylonBuilder builder,
Implementation
const InjectBarLeading(
{super.key, this.children, this.start = true, required this.builder});