intrinsic_size_overflow_box 0.1.1 copy "intrinsic_size_overflow_box: ^0.1.1" to clipboard
intrinsic_size_overflow_box: ^0.1.1 copied to clipboard

IntrinsicSizeOverflowBox widget, similar to `OverflowBox` except that the unconstrained width or height is sized to the intrinsic size of the child.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add intrinsic_size_overflow_box

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

dependencies:
  intrinsic_size_overflow_box: ^0.1.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:intrinsic_size_overflow_box/intrinsic_size_overflow_box.dart';
6
likes
150
pub points
76%
popularity

Publisher

verified publisherronbooth.com

IntrinsicSizeOverflowBox widget, similar to `OverflowBox` except that the unconstrained width or height is sized to the intrinsic size of the child.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on intrinsic_size_overflow_box