Advertisement
Guest User

Untitled

a guest
Sep 11th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Duration _animationDuration = Duration(milliseconds: 1000);
  2. double _profilePictureHeight = 20;
  3. double _profilePictureWidth = 20;
  4. double _profilePictureBorderRadius = 32;
  5. double _profilePicturePadding = 16;
  6. Color _profilePictureBackgroundColor = Colors.red;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement