PipenSkeleton constructor
const
PipenSkeleton({})
Implementation
const PipenSkeleton({
super.key,
this.state,
this.width,
this.height,
this.isLoading,
required this.skeleton,
required this.child,
});
const PipenSkeleton({
super.key,
this.state,
this.width,
this.height,
this.isLoading,
required this.skeleton,
required this.child,
});