Creates a view configuration.
By default, the view has zero size and a devicePixelRatio of 1.0.
Source
const ViewConfiguration({
this.size: Size.zero,
this.devicePixelRatio: 1.0,
this.orientation
});
Creates a view configuration.
By default, the view has zero size and a devicePixelRatio of 1.0.
const ViewConfiguration({
this.size: Size.zero,
this.devicePixelRatio: 1.0,
this.orientation
});