Pixels constructor

Pixels({
  1. int? pixels,
})

Implementation

Pixels({
  this.pixels,
});