InjectBarHeader constructor

const InjectBarHeader({
  1. required PylonBuilder header,
})

Creates an InjectBarHeader to inject a header into a Bar.

See Injection in the documentation.

Implementation

const InjectBarHeader({required this.header});