InjectBarEnds constructor

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

Implementation

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