Avataaar constructor
Avataaar({})
Implementation
Avataaar({
this.baseUrl = AvataaarsApi.baseUrl,
required this.top,
required this.clothes,
required this.eyes,
required this.eyebrow,
required this.mouth,
required this.skin,
required this.style,
this.backgroundColor = AvataaarsApi.baseBackgroundColor,
});