bannerAvatar property
Widget
get
bannerAvatar
Implementation
Widget get bannerAvatar {
ProfileButton button = buttonManager!.profileViewButton(state, actor);
return Stack(alignment: AlignmentDirectional.bottomStart, children: [
Column(crossAxisAlignment: CrossAxisAlignment.end, children: [
banner,
const Divider(height: 0.5),
padding10(profileButtons(button), top: 5, bottom: 5)
]),
padding10(profAvatar)
]);
}