Flutter Properties 'M' April 27, 2021 1. margin : To define empty space to surround the decoration and child . Type: EdgeInsetsGeometry Example: margin: EdgeInsets.fromLTRB(10,5,6,10) margin: EdgeInsets.all(20.0) Read more