Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Make 1 GIF smaller
some GIF was just too big so I have made it smaller
  • Loading branch information
Tamir198 authored Aug 18, 2020
commit 1b18915bdb6b74b1935e1595cffe153eb8c0cdcc
8 changes: 6 additions & 2 deletions week03.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ but, Flexible uses `fit :FlexFit.loose` by default.

**flex** = The factor of space taken from parent. Mostly not fully used if `flex: FlexFit.loose` used i.e. `Flexible`.

![flex](assets/15flexibleexpanded.png)

<img src="assets/15flexibleexpanded.png" height ="800">


If you fully read the following image, you will fully understand the difference between `Flexible` and `Expanded`
![expanded](assets/15expandedvsflexible.png)
Expand Down Expand Up @@ -51,7 +53,9 @@ You can play with values of snap, floating, pinned etc to get desired effect

## #Day18 What the Key

![keys](assets/18keys.gif)


<img src="assets/18keys.gif" height ="600">

Ever wondered why we need GlobalKey(children : GlobalObjectKey, LabeledGlobalKey), LocalKey(children: ObjectKey, ValueKey & UniqueKey) right?

Expand Down