const Padding({
super.key,
required this.padding,
super.child,
});
提供的四个方法
fromLTRB(double left, double top, double right, double bottom)
all(double value)
only({left, top, right ,bottom })
symmetric({ vertical, horizontal })
const Padding({
super.key,
required this.padding,
super.child,
});
提供的四个方法
fromLTRB(double left, double top, double right, double bottom)
all(double value)
only({left, top, right ,bottom })
symmetric({ vertical, horizontal })
本文标题:容器组件 - Padding
本文链接:https://www.haomeiwen.com/subject/egzwmdtx.html
网友评论