HeaderSkeleton constructor

const HeaderSkeleton({
  1. Key? key,
  2. bool isVertical = false,
})

Implementation

const HeaderSkeleton({
  super.key,
  this.isVertical = false,
});