FancyContainerPDas constructor

const FancyContainerPDas({
  1. Key? key,
  2. double? width,
  3. double? height,
  4. Color? color1,
  5. Color? color2,
  6. String? title,
  7. Color? titleColor,
  8. String? subTitle,
  9. Color? subTitleColor,
  10. EdgeInsetsGeometry? padding,
})

Implementation

const FancyContainerPDas({
  Key? key,
  this.width,
  this.height,
  this.color1,
  this.color2,
  this.title,
  this.titleColor,
  this.subTitle,
  this.subTitleColor,
  this.padding,
}) : super(key: key);