stickyHeader property

  1. @Input()
bool stickyHeader
getter/setter pair

Indicates whether the header, which lists the available steps, should stick to the top of the page.

Applicable only to steppers with horizontal header.

Implementation

@Input()
bool stickyHeader = false;