package net.shadowfacts.shadowui.geometry /** * @author shadowfacts */ data class Size(val width: Double, val height: Double)