padding property

void padding=(EdgeInsets v)

Implementation

set padding(EdgeInsets v) {
  useParent((c) => Padding(padding: v, child: c));
}