Settings State
constructor(theme: AppTheme = AppTheme.Dark, color: AppColor = AppColor.Green, leftHanded: Boolean = true, spacing: String = "mono", typography: Typography = defaultType)
Parameters
theme
The current theme of the app. See AppTheme for valid values.
color
The current color of the app. See AppColor for valid values.
left Handed
Whether the landscape mode has the tap button positioned for left thumb tapping.
spacing
Whether the text of the app is in monospace or the device's system font.
typography
The current Typography used in the app.