MiniloSampleContainerOne constructor

const MiniloSampleContainerOne({
  1. Key? key,
  2. bool isLoading = true,
})

Implementation

const MiniloSampleContainerOne({
  super.key,
  this.isLoading = true,
});