Variable ListWidget._orientation

class ListWidget
{
  // ...
  Orientation _orientation = Orientation.Vertical;
  // ...
}