Skip to content

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

License

Notifications You must be signed in to change notification settings

rasitayaz/flutter-negative-padding

Repository files navigation

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: ...,
    ),
    ...
  ],
),

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages