Container(
  color: Colors.blue[50],
  height: 300,
  child: Stack(
    children: <Widget>[
      Positioned(
        left: 10,
        top: 70,
        right: 10,
        bottom: 70,
        child: Container(
          color: Colors.blue,
        ),
      ),
    ],
  ),
)

Subscribe For Daily Updates

Flutter Questions
Android Questions