sheets-compose-dialogs
androidJvm
core
/
com.maxkeppeker.sheets.core.models.base
/
Header
/
Default
Default
data
class
Default
(
val
title
:
String
,
val
icon
:
IconSource
?
=
null
)
:
Header
Standard implementation of a header.
Parameters
title
The title of the header.
icon
The icon of the header.
Members
Constructors
Default
Link copied to clipboard
constructor
(
title
:
String
,
icon
:
IconSource
?
=
null
)
Properties
icon
Link copied to clipboard
val
icon
:
IconSource
?
=
null
title
Link copied to clipboard
val
title
:
String