FormFactor constructor

const FormFactor({
  1. double crossAxisMinWidth = 0.0,
  2. Orientation orientation = Orientation.portrait,
})

Creates an instance of the FormFactor.

Implementation

const FormFactor({
  this.crossAxisMinWidth = 0.0,
  this.orientation = Orientation.portrait,
});