JsonConfigData constructor

JsonConfigData({
  1. JsonColorScheme? color,
  2. JsonStyleScheme? style,
  3. EdgeInsets? itemPadding,
  4. bool? animation,
  5. Duration? animationDuration,
  6. Curve? animationCurve,
  7. int? gap,
})

Json View Configuration Data

Implementation

JsonConfigData({
  this.color,
  this.style,
  this.itemPadding,
  this.animation,
  this.animationDuration,
  this.animationCurve,
  this.gap,
});