negative_padding

Creator: coderz1093

Last updated:

Add to Cart

Description:

negative padding

Flutter Negative Padding #



A Flutter widget that oversizes its child by the given padding.

Usage #
This widget is intended to be used with flex widgets such as Row and Column.
Column(
crossAxisAlignment: CrossAxisAlignment.stretch,
children: [
...
NegativePadding(
padding: EdgeInsets.symmetric(horizontal: 32),
child: ...,
),
...
],
),
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.