menu
cupthread_feedback
cupthread_feedback.dart
Avatar
Avatar const constructor
Avatar
dark_mode
light_mode
Avatar
constructor
const
Avatar
(
{
Key
?
key
,
String
?
url
,
String
?
name
,
double
size
=
32
,
})
Implementation
const Avatar({ super.key, this.url, this.name, this.size = 32, });
cupthread_feedback
cupthread_feedback
Avatar
Avatar const constructor
Avatar class