contentMargin property

EdgeInsetsGeometry? contentMargin
final

内容边界 竖屏:默认EdgeInsets.only(top: 70.w, left: 20.w, right: 20.w) 横屏:默认居中

Implementation

final EdgeInsetsGeometry? contentMargin;