menu
foop_components package
documentation
Components/custom_avatar.dart
appAvatarState
refresh method
refresh method
dark_mode
light_mode
refresh
method
void
refresh
(
String
imageUrl
)
Implementation
void refresh(String imageUrl) { setState(() { this.imageUrl = imageUrl; }); }
foop_components package
documentation
Components/custom_avatar
appAvatarState
refresh method
appAvatarState class