padding property

EdgeInsets padding
final

Padding so that labels and text is visible

This is a known issue that someone more clever could help resolve. Ideally, padding should be calculated based upon the width/height of labels and the xWindow/yWindow of the dataset, however, I'm unsure how to extract text width so that I may calculate padding.

Implementation

final EdgeInsets padding;