inset

inline fun inset(vertical: Length, horizontal: Length): BasicShape(source)
inline fun inset(top: Length, horizontal: Length, bottom: Length): BasicShape(source)
inline fun inset(top: Length, right: Length, bottom: Length, left: Length): BasicShape(source)
inline fun inset(value: Length, round: Round, borderRadius: Length): BasicShape(source)
inline fun inset(vertical: Length, horizontal: Length, round: Round, borderRadius: Length): BasicShape(source)
inline fun inset(top: Length, horizontal: Length, bottom: Length, round: Round, borderRadius: Length): BasicShape(source)
inline fun inset(top: Length, right: Length, bottom: Length, left: Length, round: Round, borderRadius: Length): BasicShape(source)