flutter_match_parent 0.0.1 flutter_match_parent: ^0.0.1 copied to clipboard
Flutter 实现 Android 中的 match_parent 效果.
flutter_match_parent #
Flutter 实现 Android 中的 match_parent 效果.
Installation #
Quick Start #
导入对应的包, 使用 matchParent
扩展方法包裹需要实现 matchParent
效果的组件即可.
Widget(...).matchParent();
支持的属性:
/// 对齐方式
AlignmentDirectional alignment;
/// 是否撑满宽度
bool matchWidth;
/// 是否撑满高度
bool matchHeight;
license #
MIT License
Copyright (c) 2023 angcyo