claude refactorings, flutter best practices, platform dependent changes, general cleanup
This commit is contained in:
@@ -56,7 +56,7 @@ class AppointmentTile extends StatelessWidget {
|
||||
),
|
||||
if (crossedOut)
|
||||
Positioned.fill(
|
||||
child: Container(
|
||||
child: DecoratedBox(
|
||||
decoration: BoxDecoration(
|
||||
border: Border.all(width: 2, color: Colors.red.withAlpha(200)),
|
||||
borderRadius: const BorderRadius.all(Radius.circular(7)),
|
||||
|
||||
Reference in New Issue
Block a user