ScreenData constructor

ScreenData({
  1. required double width,
  2. required int operador,
  3. required double column,
})

Implementation

ScreenData(
    {required this.width, required this.operador, required this.column});