AdiPoliContainer constructor

const AdiPoliContainer({
  1. Key? key,
  2. double? height,
  3. EdgeInsetsGeometry? padding,
  4. Widget? subtitle,
  5. Color? colorStart,
  6. Widget? title,
  7. Color? colorEnd,
  8. double? width,
  9. double? radius,
})

Implementation

const AdiPoliContainer({Key? key,
this.height,
this.padding,
this.subtitle,
this.colorStart,
this.title,
this.colorEnd,
this.width,
this.radius
}) : super(key: key);