FormFactor constructor
const
FormFactor({
- double crossAxisMinWidth = 0.0,
- Orientation orientation = Orientation.portrait,
Creates an instance of the FormFactor.
Implementation
const FormFactor({
this.crossAxisMinWidth = 0.0,
this.orientation = Orientation.portrait,
});