ContextScreen constructor

ContextScreen(
  1. int height,
  2. int width, {
  3. double? density,
  4. Map<String, dynamic>? custom,
})

Implementation

ContextScreen(this.height, this.width,
    {this.density, Map<String, dynamic>? custom})
    : super(custom: custom);