Answers for "center child container"

CSS
0

center child container

Container(
        width: double.infinity,
        height: 500,
        color: Colors.amber,
        alignment: Alignment.center,
        child: Container(
          width: 200,
          height: 200,
          color: Colors.red,
        ),
),
Posted by: Guest on September-29-2021

Browse Popular Code Answers by Language