79429344

Date: 2025-02-11 08:47:20
Score: 1
Natty:
Report link

You can simply use stack to position it :)

body: Stack(
    children: [
      Positioned(
        top: -240,
        child: Container(
          height: 500,
          width: MediaQuery.sizeOf(context).width ,
          decoration: BoxDecoration(
            color: AppColors.white,
            borderRadius: BorderRadius.all(Radius.circular(1000))
          ),
        ),
      )
    ],
  ),

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vennila Murugesan