Skip to content

Commit

Permalink
Stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzail-Raza committed May 27, 2024
1 parent ad39f49 commit d4ed390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pet_care/lib/perScreenDynamicFinal.dart
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@ class _petScreenDynamicState extends State<petScreenDynamic> {
fontSize: 16,
color: Colors.black45
),
leading: CircleAvatar(
leading: CircleAvatar(radius: 30,
backgroundImage: NetworkImage(pet["Photo"]),
),
title: Text(pet["Name"]),
subtitle: Text(pet["Breed"]),
subtitle: Text(" "+pet["Breed"]),
contentPadding: EdgeInsets.all(20),
onTap: () {
Navigator.push(
Expand Down

0 comments on commit d4ed390

Please sign in to comment.