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 FittedBox
fit
StacBoxFit
BoxFit.contain
alignment
StacAlignmentDirectional
StacAlignmentDirectional.center
clipBehavior
StacClip
Clip.none
child
StacWidget
StacFittedBox( fit: StacBoxFit.contain, alignment: StacAlignment.center, child: StacText( data: 'Hello, World!', style: StacTextStyle( fontSize: 20, color: StacColors.black, ), ), )
{ "type": "fittedBox", "fit": "contain", "alignment": "center", "child": { "type": "text", "data": "Hello, World!", "style": { "fontSize": 20, "color": "#000000" } } }