Padding简介

具有为子部件添加内边距的功能

Padding属性概要

  1. Padding({
  2. Key key,
  3. @required this.padding,// 内边距
  4. Widget child,// 需要设置边距的子部件
  5. })