Skip to content
Open
Show file tree
Hide file tree
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
Binary file added Assets/layouts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions Visible_Widgets.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
-------Visible Widgets----

1.Text Widgets

Text('Hello World'),

2.Image Widgets

Image.asset(
'images/lake.jpg',
fit: BoxFit.cover,
),

3.Icon Widget

Icon(
Icons.star,
color: Colors.red[500],
),