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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add negative_padding

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  negative_padding: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:negative_padding/negative_padding.dart';
4
likes
160
pub points
70%
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