height property

String height
final

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

Implementation

final String height;