TDSkeletonRowColObj.circle constructor

const TDSkeletonRowColObj.circle({
  1. double? width = 48,
  2. double? height = 48,
  3. int? flex,
  4. EdgeInsets margin = EdgeInsets.zero,
  5. 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(),
});