isVertical property

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

Whether the scorecard is displayed vertically. Defaults to false.

Implementation

@Input()
bool isVertical = false;