mirror of
https://github.com/SimpleMobileTools/Simple-Flashlight.git
synced 2025-06-05 21:59:19 +02:00
Add @Immutable
to AppDimensions
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
package com.simplemobiletools.flashlight.helpers
|
package com.simplemobiletools.flashlight.helpers
|
||||||
|
|
||||||
|
import androidx.compose.runtime.Immutable
|
||||||
import androidx.compose.ui.unit.dp
|
import androidx.compose.ui.unit.dp
|
||||||
import androidx.compose.ui.unit.sp
|
import androidx.compose.ui.unit.sp
|
||||||
|
|
||||||
|
@Immutable
|
||||||
object AppDimensions {
|
object AppDimensions {
|
||||||
val seekbarWidth = 250.dp
|
val seekbarWidth = 250.dp
|
||||||
val seekbarHeight = 20.dp
|
val seekbarHeight = 20.dp
|
||||||
|
Reference in New Issue
Block a user