LineBar constructor

LineBar({
  1. required double pointY,
  2. String? label,
})

Implementation

LineBar({
  required this.pointY,
  this.label,
});