CurvedAlignment.Radial.Companion
Kotlin
|Java
object CurvedAlignment.Radial.Companion
Summary
Public functions |
|
---|---|
CurvedAlignment.Radial |
Align the child in a custom position, 0 means Outer, 1 means Inner |
Public properties |
|
---|---|
CurvedAlignment.Radial |
Put the child in the middle point of the available space. |
CurvedAlignment.Radial |
Put the child closest to the center of the container, within the available space |
CurvedAlignment.Radial |
Put the child farthest from the center of the container, within the available space |
Public functions
Custom
fun Custom(ratio: Float!): CurvedAlignment.Radial
Align the child in a custom position, 0 means Outer, 1 means Inner
Public properties
Inner
val Inner: CurvedAlignment.Radial
Put the child closest to the center of the container, within the available space
Outer
val Outer: CurvedAlignment.Radial
Put the child farthest from the center of the container, within the available space