StateLayout constructor
const
StateLayout({})
Implementation
const StateLayout(
{super.key,
required this.type,
this.hintText,
this.assetsPath,
this.hintTextColor,
this.hintTextSize,
this.assetsImgWidth,
this.assetsImgHeight,
this.customEmptyChild,
this.customLoadingChild,
this.customErrorChild,
this.loadingRadius = 20});