/// /// Insets.kt /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE. /// https://github.com/mrousavy/nitro /// Copyright © 2025 Marc Rousavy @ Margelo /// package com.margelo.nitro.unistyles import androidx.annotation.Keep import com.facebook.proguard.annotations.DoNotStrip import com.margelo.nitro.core.* /** * Represents the JavaScript object/struct "Insets". */ @DoNotStrip @Keep data class Insets @DoNotStrip @Keep constructor( val top: Double, val bottom: Double, val left: Double, val right: Double, val ime: Double ) { /* main constructor */ }