padding property

EdgeInsetsGeometry? padding
final

设置组件内间距,只影响文字。通过该属性可以设置文字和 FSuper.child1FSuper.child2 的间距。

Sets the spacing between components, affecting only text. This property can set the space between the text and FSuper.child1, FSuper.child2.

Implementation

final EdgeInsetsGeometry? padding;