MahasLineChart constructor

const MahasLineChart({
  1. Key? key,
  2. required List<FlSpot> spots,
  3. String? getBottomTitle(
    1. double,
    2. TitleMeta
    )?,
  4. String? getLeftTitle(
    1. double,
    2. TitleMeta
    )?,
  5. String? getLineBarsTitle(
    1. LineBarSpot
    )?,
  6. bool isCurved = true,
})

Implementation

const MahasLineChart({
  super.key,
  required this.spots,
  this.getBottomTitle,
  this.getLeftTitle,
  this.getLineBarsTitle,
  this.isCurved = true,
});