This website works better with JavaScript.
Explore
Help
Sign In
flutter_pub
/
ansu_ui
Watch
2
Star
0
Fork
You've already forked ansu_ui
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8640d8db6f
master
null_safety
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8640d8db6f'
${ noResults }
ansu_ui
/
lib
/
extension
/
widget_extension.dart
6 lines
100 B
Raw
Normal View
History
Unescape
Escape
update file structure
4 years ago
part of
ansu_ui
;
update separate
4 years ago
add imagePicker support
4 years ago
extension
WidgetExt
on
Widget
{
Widget
get
expanded
=
>
Expanded
(
child:
this
)
;
add separate extension
4 years ago
}