StoriesListSkeleton constructor

StoriesListSkeleton({
  1. double width = 140.0,
  2. double height = 178.0,
})

Implementation

StoriesListSkeleton({
  this.width = 140.0,
  this.height = 178.0,
});