AvatarSection constructor
const
AvatarSection({
- Key? key,
- required ImageProvider<
Object> avatar, - bool online = true,
- required String status,
Implementation
const AvatarSection({
super.key,
required this.avatar,
this.online = true, required String status,
});