79369002

Date: 2025-01-19 13:12:08
Score: 1
Natty:
Report link
Align(
                  alignment: (widget.maxLines ?? 1) <= 1 ? Alignment.center : Alignment.topCenter,
                  widthFactor: 1,
                  heightFactor: (widget.maxLines ?? 1) <= 1 ? 1 : 1 + ((widget.maxLines ?? 1) - 1) * 0.8333,
                  child: Padding(
                    padding: EdgeInsets.fromLTRB(10.sp, 0.sp, 10.sp, 0),
                    child: CustomImage(
                      assetImg: widget.customPreIcon!,
                      color: AppColors.mainColor,
                      height: 25.h,
                    ),
                  ),
                )

you can check result here

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: anas taha