PipenTextRichSkeleton<T> constructor
const
PipenTextRichSkeleton<T> ({})
Implementation
const PipenTextRichSkeleton({
super.key,
this.style,
this.alignment,
this.skeletonPercent,
required this.value,
required this.builder,
});