Vaibhav_Feature-#541 #52

Merged
umesh.desai merged 39 commits from Vaibhav_Feature-#541 into main 2025-07-11 07:39:26 +00:00
Showing only changes of commit df0dd5d560 - Show all commits

View File

@ -225,12 +225,12 @@ class DirectoryView extends StatelessWidget {
child: Padding( child: Padding(
padding: const EdgeInsets.fromLTRB(12, 10, 12, 0), padding: const EdgeInsets.fromLTRB(12, 10, 12, 0),
child: Row( child: Row(
crossAxisAlignment: CrossAxisAlignment.center, crossAxisAlignment: CrossAxisAlignment.start,
children: [ children: [
Avatar( Avatar(
firstName: firstName, firstName: firstName,
lastName: lastName, lastName: lastName,
size: 45), size: 35),
MySpacing.width(12), MySpacing.width(12),
Expanded( Expanded(
child: Column( child: Column(