postTL method
Implementation
Widget postTL(BuildContext context, Post post) {
return paddingLR([
Avatar(context).net(post.author).profile,
], content(post));
}
Widget postTL(BuildContext context, Post post) {
return paddingLR([
Avatar(context).net(post.author).profile,
], content(post));
}