toMap method

Map<String, double?> toMap()

Implementation

Map<String, double?> toMap() {
  return {
    'top': top,
    'left': left,
    'right': right,
    'bottom': bottom,
  };
}