Last updated:
0 purchases
flutter wrap content
flutter_wrap_content #
Flutter 实现 Android 中的 wrap_content 效果.
Installation #
安装最新版本. .
Quick Start #
导入对应的包, 使用 wrapContent 扩展方法包裹需要实现 wrap_content 效果的组件即可.
Widget(...).wrapContent();
copied to clipboard
支持的属性:
AlignmentDirectional alignment;
double? minWidth;
double? minHeight;
copied to clipboard
license #
MIT License
Copyright (c) 2023 angcyo
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.