intrinsic_size_overflow_box 0.1.1 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';