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 CircleAvatar
StacWidget
StacColor
String
StacAction
double
StacCircleAvatar( backgroundColor: StacColors.red, foregroundColor: StacColors.white, backgroundImage: 'https://raw.githubusercontent.com/StacDev/stac/refs/heads/dev/assets/companies/bettrdo.jpg', radius: 50, child: StacText(data: 'A'), )
{ "type": "circleAvatar", "backgroundColor": "#FF0000", "foregroundColor": "#FFFFFF", "backgroundImage": "https://raw.githubusercontent.com/StacDev/stac/refs/heads/dev/assets/companies/bettrdo.jpg", "radius": 50, "child": { "type": "text", "data": "A" } }