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 SliverSafeArea
bool?
true
Map<String, dynamic>?
Map<String, dynamic>
StacSliverSafeArea( top: true, sliver: StacSliverToBoxAdapter( child: StacText(data: 'Hello World'), ), )
{ "type": "scaffold", "body": { "type": "customScrollView", "slivers": [ { "type": "sliverSafeArea", "top": true, "sliver": { "type": "sliverToBoxAdapter", "child": { "type": "text", "data": "Hello World" } } } ] } }