NativeSize constructor

const NativeSize({
  1. int width = 300,
  2. int height = 100,
  3. String size = "NativeSmall",
})

Implementation

const NativeSize(
    {this.width = 300, this.height = 100, this.size = "NativeSmall"});