negative_padding 0.0.1 copy "negative_padding: ^0.0.1" to clipboard
negative_padding: ^0.0.1 copied to clipboard

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

Flutter Negative Padding #

pub github buy me a coffee

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: ...,
    ),
    ...
  ],
),
3
likes
160
pub points
69%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intrinsic_size_overflow_box

More

Packages that depend on negative_padding