TDSkeletonRowColObj.circle constructor
const
TDSkeletonRowColObj.circle({
- double? width = 48,
- double? height = 48,
- int? flex,
- EdgeInsets margin = EdgeInsets.zero,
- TDSkeletonRowColObjStyle style = const TDSkeletonRowColObjStyle.circle(),
圆形
Implementation
const TDSkeletonRowColObj.circle({
this.width = 48,
this.height = 48,
this.flex,
this.margin = EdgeInsets.zero,
this.style = const TDSkeletonRowColObjStyle.circle(),
});