shouldInlineContent property
bool
get
shouldInlineContent
For some stepper configurations, it is more natural if the step content is laid out in a separate content
(eg. horizontal)
while for others, it is more natural if the step content is laid out
together with its other DOM elements (vertical, default-size).
Implementation
bool get shouldInlineContent =>
orientation == vertical && size == sizeDefault;