SimpleTableImage constructor

SimpleTableImage(
  1. String url,
  2. int width,
  3. int height
)

Implementation

SimpleTableImage(this.url, this.width, this.height);