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 OutlinedButton
StacAction
StacButtonStyle
bool
false
StacClip
Clip.none
StacWidget
StacOutlinedButton( onPressed: StacNoneAction(), style: StacButtonStyle( backgroundColor: StacColors.white, foregroundColor: StacColors.black, ), autofocus: false, clipBehavior: StacClip.none, child: StacText(data: 'Click Me!'), )
{ "type": "outlinedButton", "onPressed": {}, "onLongPress": {}, "onHover": {}, "onFocusChange": {}, "style": { "backgroundColor": "#FFFFFF", "foregroundColor": "#000000" }, "autofocus": false, "clipBehavior": "none", "child": { "type": "text", "data": "Click Me!" } }