Please enable JavaScript.
Coggle requires JavaScript to display documents.
Flutter (Main Building Blocks (Buttons
if onPressed null -> btn is…
Flutter
Main Building Blocks
-
What?
Sliver Widget + Sliver Delegate
The delegate is what computes the resulting layout of the Sliver widget.
Slivers of the viewport that can change dynamically in response to various different render events and variables.
For instance, the sliver defines patterns as the collapsable Toolbar.
-
-
-
Buttons
- if onPressed null -> btn is disabled
-
-
-
-
-
-
Classes
-
Diagnosticable
DiagnosticableTree
Widget
-
-
StatefullWidget
-
-
-
-
-
-
-
-
-
-
StreamBuilderBase<T, AsyncSnapshot<T>>
-
-
-
-
-
-
-
-