escape_parent_padding 1.0.4
escape_parent_padding: ^1.0.4 copied to clipboard
A Flutter widget to let child widgets escape parent padding constraints, great for full-width layouts like horizontal ListViews.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add escape_parent_paddingThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
escape_parent_padding: ^1.0.4Alternatively, 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:escape_parent_padding/escapable_padding.dart';
import 'package:escape_parent_padding/escaped.dart';