horizontal property

bool horizontal
final

Whether to display the child buttons horizontally.

If true, buttons are arranged in a horizontal row. If false (default), buttons are arranged in a vertical column.

Implementation

final bool horizontal;