depositsLogo method
Implementation
Widget depositsLogo() {
return Container(
alignment: Alignment.bottomCenter,
margin: const EdgeInsets.symmetric(vertical: (20)),
child: CustomSvgimage(
image: AppImages.depositsLogo,
width: 200,
));
}