BaiomyLoadingItem constructor

const BaiomyLoadingItem({
  1. Key? key,
  2. required double height,
})

Implementation

const BaiomyLoadingItem({super.key, required this.height});