NativeContextScreen constructor

NativeContextScreen({
  1. int? height,
  2. int? width,
  3. double? density,
})

Implementation

NativeContextScreen({
  this.height,
  this.width,
  this.density,
});