1 year ago
#342076
aligur
Flutter ignore padding or margin without using stack widget
is there a way to ignore parent widget margin or padding without using stack? what i tried it to achieve it but couldn't success:
it is just moving widget on x axis regarding the padding of parent.
Container(
height: 5,
color: Theme.of(context).accentColor,
transform: Matrix4.translationValues(-50.0, 0.0, 0.0),
),
flutter
dart
padding
margin
0 Answers
Your Answer