AreaStyle constructor

const AreaStyle({
  1. bool show = true,
  2. Color? color,
  3. Shader? shader,
  4. BoxShadow? shadow,
  5. LineStyle? border,
})

Implementation

const AreaStyle({this.show = true, this.color, this.shader, this.shadow, this.border});