FlexBarRF constructor

FlexBarRF({
  1. dynamic label,
  2. dynamic background,
  3. dynamic color = Colors.white,
  4. double? height = 250.0,
  5. dynamic backgroundHeight = 300,
  6. double marginTop = 56,
})

Implementation

FlexBarRF({
  this.label,
  this.background,
  this.color = Colors.white,
  this.height = 250.0,
  this.backgroundHeight = 300,
  this.marginTop = 56,
});