package com.jimmydaddy.imagemarker.base data class MarkerInsets(val top: Int, val left: Int, val bottom: Int, val right: Int)