ContentLoading constructor

const ContentLoading({
  1. Key? key,
  2. double? viewHeight,
})

Implementation

const ContentLoading({super.key, this.viewHeight});