isHorizontal property
final
Whether the stats card should be shown in a horizontal row, or a vertical column.
Typical behavior is horizontal, and vertical is mainly used for accessability on smaller screens.
By default, screen size will be used to determine if horizontal will fit, otherwise will display vertically.
Implementation
final bool? isHorizontal;