Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
app
/
com.michaelflisar.toolbox.app.features.dialogs
/
InfoDialog
Info
Dialog
object
InfoDialog
Members
Types
Data
Link copied to clipboard
class
Data
(
val
title
:
String
,
val
info
:
String
,
val
type
:
InfoDialog.Data.Type
=
Type.Info
)
Style
Data
Link copied to clipboard
class
StyleData
(
val
colorSuccess
:
Color
,
val
colorWarning
:
Color
,
val
colorError
:
Color
)