width property

String width
final

The width parameter specifies the width of the rendered chart in % or pixels or rem It is advisable to keep at 100% and manage the chart size by wrapping within a Container or a SizedBox

Implementation

final String width;