Negative margin is generally not needed but there are situations where it’s really useful. For example: why use negative margins?
For now, when I set margin for a co
The container has a useful transform property.
child: Container( color: Theme.of(context).accentColor, transform: Matrix4.translationValues(0.0, -50.0, 0.0), ),