MBarChart constructor

const MBarChart({
  1. required MBind bind,
  2. MColor? color,
  3. double spacing = 3,
  4. double radius = 2,
  5. double? height,
})

Implementation

const MBarChart({
  required this.bind,
  this.color,
  this.spacing = 3,
  this.radius = 2,
  this.height,
});