AvatarWidget constructor
const
AvatarWidget({
- Key? key,
- required Avatar avatar,
- required void onPlatformViewCreated(
- AvatarController controller
Implementation
const AvatarWidget({
super.key,
required this.avatar,
required this.onPlatformViewCreated,
});