CuReInfo constructor
const
CuReInfo({
- Key? key,
- String? title,
- String? description,
- IconData? icon,
- Color? color,
- CuReInfoType? type,
- CuReShape? shape,
- Widget? child,
- EdgeInsets? padding,
Implementation
const CuReInfo({
super.key,
this.title,
this.description,
this.icon,
this.color,
this.type,
this.shape,
this.child,
this.padding,
});