AntdSkeleton constructor
const
AntdSkeleton({
- Key? key,
- AntdSkeletonStyle? style,
- AntdStyleBuilder<
AntdSkeletonStyle, AntdSkeleton> ? styleBuilder, - bool animated = true,
- bool title = true,
- int rows = 3,
- Duration duration = const Duration(milliseconds: 1200),
- bool? spin,
- Widget? child,
Implementation
const AntdSkeleton(
{super.key,
super.style,
super.styleBuilder,
this.animated = true,
this.title = true,
this.rows = 3,
this.duration = const Duration(milliseconds: 1200),
this.spin,
this.child});