toggle menu
stream-video-android
1.0.20
androidJvm
switch theme
search in API
stream-video-android-ui-compose
/
io.getstream.video.android.compose.ui.components.base.styling
/
DialogStyle
Dialog
Style
data
class
DialogStyle
(
val
shape
:
Shape
,
val
backgroundColor
:
Color
,
val
titleStyle
:
TextStyle
,
val
contentTextStyle
:
TextStyle
,
val
iconStyle
:
IconStyle
,
val
contentPaddings
:
PaddingValues
)
:
StreamStyle
Members
Constructors
Dialog
Style
Link copied to clipboard
constructor
(
shape
:
Shape
,
backgroundColor
:
Color
,
titleStyle
:
TextStyle
,
contentTextStyle
:
TextStyle
,
iconStyle
:
IconStyle
,
contentPaddings
:
PaddingValues
)
Properties
background
Color
Link copied to clipboard
val
backgroundColor
:
Color
content
Paddings
Link copied to clipboard
val
contentPaddings
:
PaddingValues
content
Text
Style
Link copied to clipboard
val
contentTextStyle
:
TextStyle
icon
Style
Link copied to clipboard
val
iconStyle
:
IconStyle
shape
Link copied to clipboard
val
shape
:
Shape
title
Style
Link copied to clipboard
val
titleStyle
:
TextStyle