toggle menu
horologist
androidJvm
switch theme
search in API
compose-material
/
com.google.android.horologist.compose.material
/
ButtonSize
/
Custom
Custom
data
class
Custom
(
val
customIconSize
:
Dp
,
val
customTapTargetSize
:
Dp
)
:
ButtonSize
Custom sizes should follow the
accessibility principles and guidance for touch targets
.
Members
Constructors
Custom
Link copied to clipboard
constructor
(
customIconSize
:
Dp
,
customTapTargetSize
:
Dp
)
Properties
custom
Icon
Size
Link copied to clipboard
val
customIconSize
:
Dp
custom
Tap
Target
Size
Link copied to clipboard
val
customTapTargetSize
:
Dp
icon
Size
Link copied to clipboard
val
iconSize
:
Dp
tap
Target
Size
Link copied to clipboard
val
tapTargetSize
:
Dp