JsonConfigData.fromJsonViewBody constructor

JsonConfigData.fromJsonViewBody(
  1. JsonViewBody body
)

Implementation

JsonConfigData.fromJsonViewBody(JsonViewBody body)
    : color = body.colorScheme,
      style = body.styleScheme,
      animation = body.animation,
      itemPadding = body.itemPadding,
      animationDuration = body.animationDuration,
      animationCurve = body.animationCurve,
      gap = body.gap;