ChartSize constructor

ChartSize({
  1. num width,
  2. num height,
})

Implementation

external factory ChartSize({num width, num height});