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
f2d006a84c
ansu_ui
/
lib
/
extension
/
widget_extension.dart
6 lines
100 B
Raw
Blame
History
part of
ansu_ui
;
extension
WidgetExt
on
Widget
{
Widget
get
expanded
=
>
Expanded
(
child:
this
)
;
}
Reference in new issue
View Git Blame
Copy Permalink