Advertisement
delucaspinto

[DART] WIDGETS

Feb 13th, 2020
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Dart 0.18 KB | None | 0 0
  1. /// Widgets
  2. /// preencha em toda a imagem em toda a tela.
  3.  
  4. SizedBox.expanded(
  5.     child: Image.asset("example.png", fit: BoxFit.cover);
  6. );
  7. ____________________________________________
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement