This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| val pitchLightColor = Color(0XFF5b9452) | |
| val pitchDarkColor = Color(0XFF3F7A39) | |
| @Composable | |
| fun FootballGroundScreen(modifier: Modifier = Modifier) { | |
| val lineLength = 4f | |
| //standard measures in meter | |
| val pitchRectanglesCount = 12 |