StepDefaults

constructor(todoContainerColor: Color = Color.Gray, todoContentColor: Color = Color.DarkGray, currentContainerColor: Color = Color.Blue, currentContentColor: Color = Color.White, doneContainerColor: Color = Color.Green, doneContentColor: Color = Color.White)

Parameters

todoContainerColor

The color of the todo container

todoContentColor

The color of the todo content

currentContainerColor

The color of the current container

currentContentColor

The color of the current content

doneContainerColor

The color of the done container

doneContentColor

The color of the done content