Known direct subclasses
GridTrackSize

Defines the size of a track (a row or a column) in a Grid.


Marker interface to enable vararg usage with GridTrackSize.

This allows the configuration DSL to accept GridTrackSize items in a vararg (e.g., columns(Fixed(10.dp), Flex(1.fr))), bypassing the Kotlin limitation on value class varargs.