Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Documentation for ElevatedButton
StacAction
StacButtonStyle
bool
false
StacClip
Clip.none
StacWidget
StacElevatedButton( onPressed: StacNoneAction(), onLongPress: StacNoneAction(), style: StacButtonStyle( backgroundColor: 'primary', foregroundColor: StacColors.white, ), autofocus: false, clipBehavior: StacClip.none, child: StacText(data: 'Click Me!'), )
{ "type": "elevatedButton", "onPressed": {}, "onLongPress": {}, "onHover": {}, "onFocusChange": {}, "style": { "backgroundColor": "primary", "foregroundColor": "#FFFFFF" }, "autofocus": false, "clipBehavior": "none", "child": { "type": "text", "data": "Click Me!" } }