Widget padding2( Widget widget, { double ltrb = 2, }) { return Padding(padding: EdgeInsets.all(ltrb), child: widget); }