CuReInfo constructor

const CuReInfo({
  1. Key? key,
  2. String? title,
  3. String? description,
  4. IconData? icon,
  5. Color? color,
  6. CuReInfoType? type,
  7. CuReShape? shape,
  8. Widget? child,
  9. EdgeInsets? padding,
})

Implementation

const CuReInfo({
  super.key,
  this.title,
  this.description,
  this.icon,
  this.color,
  this.type,
  this.shape,
  this.child,
  this.padding,
});