StoresLoader constructor

const StoresLoader(
  1. Widget child, {
  2. required List articlesInitData,
  3. required List articlesPhotoInitData,
  4. Key? key,
})

Implementation

const StoresLoader(this.child,
    {required this.articlesInitData,
    required this.articlesPhotoInitData,
    Key? key})
    : super(key: key);