The Stac SliverOpacity allows you to apply opacity to an entire sliver inside aDocumentation Index
Fetch the complete documentation index at: https://docs.stac.dev/llms.txt
Use this file to discover all available pages before exploring further.
CustomScrollView.
It is useful for creating fade effects on scrollable content.
To know more about the SliverOpacity widget in Flutter, refer to the
official documentation.
Properties
| Property | Type | Description |
|---|---|---|
| opacity | double | The opacity to apply to the sliver. Must be between 0.0 and 1.0. |
| alwaysIncludeSemantics | bool? | Whether the sliver is always included in the semantics tree. Defaults to false. |
| sliver | Map<String, dynamic>? | The sliver widget to which the opacity is applied. |
Example
- Dart
- JSON
- Preview