BarChartScaleStyle constructor

BarChartScaleStyle({
  1. required String title,
  2. TextStyle? titleStyle,
  3. String? centerSubTitle,
  4. TextStyle? centerSubTextStyle,
  5. double? positionRetioy,
  6. bool isLeft = true,
})

create BrnBarChartScaleStyle

Implementation

BarChartScaleStyle(
    {required this.title,
    this.titleStyle,
    this.centerSubTitle,
    this.centerSubTextStyle,
    this.positionRetioy,
    this.isLeft = true});