SecondaryRendererStyle constructor

const SecondaryRendererStyle({
  1. double macdWidth = 3.0,
  2. SecondaryRendererColors colors = const SecondaryRendererColors(),
  3. EdgeInsets padding = const EdgeInsets.only(left: 5, right: 5, top: 12),
  4. double fontSize = 10,
})

Implementation

const SecondaryRendererStyle({
  this.macdWidth = 3.0,
  this.colors = const SecondaryRendererColors(),
  super.padding = const EdgeInsets.only(left: 5, right: 5, top: 12),
  super.fontSize = 10
}) : super(colors: colors);