widget method
Implementation
widget(context) => Padding(
key: key,
child: child,
padding: EdgeInsets.only(
top: top,
left: left,
bottom: bottom,
right: right,
),
);
widget(context) => Padding(
key: key,
child: child,
padding: EdgeInsets.only(
top: top,
left: left,
bottom: bottom,
right: right,
),
);