sizedBoxLoiding static method
Implementation
static SizedBox sizedBoxLoiding(dynamic size) => SizedBox(
height: size.height * 0.5,
child: Center(
child: Lottie.asset('assets/animations/loader.json'),
),
);
static SizedBox sizedBoxLoiding(dynamic size) => SizedBox(
height: size.height * 0.5,
child: Center(
child: Lottie.asset('assets/animations/loader.json'),
),
);