CurvedDirection.Radial


value class CurvedDirection.Radial


The direction in which components are lay down on a curvedColumn

Summary

Public companion properties

CurvedDirection.Radial

Go in Counter Clockwise direction for Ltr layout and Clockwise for Rtl.

CurvedDirection.Radial

Lay components starting farther away from the center and going inwards.

Public companion properties

InsideOut

Added in 1.0.0
val InsideOutCurvedDirection.Radial

Go in Counter Clockwise direction for Ltr layout and Clockwise for Rtl. This is generally used for curved layouts on the bottom of the screen.

OutsideIn

Added in 1.0.0
val OutsideInCurvedDirection.Radial

Lay components starting farther away from the center and going inwards. This is generally used for curved layouts on the top of the screen.