InjectBarEnds constructor
const
InjectBarEnds({})
Creates an InjectBarEnds widget to inject widgets into a Bar.
See Injection in the documentation.
Implementation
const InjectBarEnds(
{super.key,
this.trailing = true,
this.start = false,
this.children,
required this.builder});