Rezi
Preparing search index...
core/src
ButtonProps
Type Alias ButtonProps
ButtonProps
:
Readonly
<
{
accessibleLabel
?:
string
;
disabled
?:
boolean
;
dsSize
?:
WidgetSize
;
dsTone
?:
WidgetTone
;
dsVariant
?:
WidgetVariant
;
focusable
?:
boolean
;
focusConfig
?:
FocusConfig
;
id
:
string
;
intent
?:
ButtonIntent
;
key
?:
string
;
label
:
string
;
onPress
?:
()
=>
void
;
pressedStyle
?:
TextStyle
;
px
?:
number
;
style
?:
TextStyle
;
}
,
>
Props for button widget. id is required for focus/routing; label is display text.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Props for button widget. id is required for focus/routing; label is display text.