menu
scouting_app_2024
parts\avatar_representator.dart
AvatarRepresentator
AvatarRepresentator const constructor
AvatarRepresentator
brightness_4
brightness_5
AvatarRepresentator
constructor
const
AvatarRepresentator
(
{
Key
?
key
,
double
width
=
124
,
double
height
=
124
,
double
radius
=
9999
}
)
Implementation
const AvatarRepresentator({ super.key, this.width = 124, this.height = 124, this.radius = 9999, });
scouting_app_2024
avatar_representator
AvatarRepresentator
AvatarRepresentator const constructor
AvatarRepresentator class