SmartSkeleton constructor
const
SmartSkeleton({
- required bool outlined,
- required SmartSpace height,
- required SmartSpace width,
- SmartSkeletonShapeType shape = SmartSkeletonShapeType.square,
- Key? key,
Implementation
const SmartSkeleton({
required this.outlined,
required this.height,
required this.width,
this.shape = SmartSkeletonShapeType.square,
super.key,
});