IcCircleGreyInfo constructor Null safety

IcCircleGreyInfo(
  1. {Widget? child}
)

Implementation

IcCircleGreyInfo({
  this.child,
});