static Margin fromMap(Map<dynamic, dynamic> map) { return Margin(top: map["top"], left: map["left"]); }