TF-1683 Fix height/color divider for correctly
(cherry picked from commit 25c772101eb693825413e6587961c3c56d0e5da2)
This commit is contained in:
@@ -37,7 +37,7 @@ class UserInformationWidgetBuilder extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return Padding(
|
||||
padding: padding ?? const EdgeInsetsDirectional.only(start: 16, end: 4, top: 16, bottom: 16),
|
||||
child: Row(mainAxisAlignment: MainAxisAlignment.center, children: [
|
||||
child: Row(children: [
|
||||
(AvatarBuilder()
|
||||
..text(_userProfile != null ? _userProfile!.getAvatarText() : '')
|
||||
..backgroundColor(Colors.white)
|
||||
|
||||
Reference in New Issue
Block a user