void setPadding(int left, int top, int right, int bottom) { _padding = <String, int>{ "left": left, "top": top, "right": right, "bottom": bottom }; }