RenderSkeleton constructor

RenderSkeleton(
  1. double animValue, {
  2. bool alwaysIncludeSemantics = false,
  3. RenderBox? child,
})

Implementation

RenderSkeleton(
  this.animValue, {
  bool alwaysIncludeSemantics = false,
  RenderBox? child,
})  : _alwaysIncludeSemantics = alwaysIncludeSemantics,
      super(child);