margin property

EdgeInsetsGeometry? margin
final

面板的外边距

面板外部与其他小部件间隔的区域。

默认值为 “EdgeInsets.symmetric(horizontal: 4.0)”。

Implementation

final EdgeInsetsGeometry? margin;