flutter_match_parent

Last updated:

0 purchases

flutter_match_parent Image
flutter_match_parent Images
Add to Cart

Description:

flutter match parent

flutter_match_parent #
Flutter 实现 Android 中的 match_parent 效果.

Installation #
安装最新版本
Quick Start #
导入对应的包, 使用 matchParent 扩展方法包裹需要实现 matchParent 效果的组件即可.
Widget(...).matchParent();
copied to clipboard
支持的属性:
/// 对齐方式
AlignmentDirectional alignment;

/// 是否撑满宽度
bool matchWidth;

/// 是否撑满高度
bool matchHeight;
copied to clipboard
license #
MIT License
Copyright (c) 2023 angcyo

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.