Skip to content

Commit cb7e3ff

Browse files
shaileshmishrashaileshmishra
authored andcommitted
scrnshot added
1 parent 3e080f6 commit cb7e3ff

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

assets/srcn/five.png

20.2 KB
Loading

lib/components/_border_radius.dart

Lines changed: 0 additions & 5 deletions
This file was deleted.

lib/components/_close_activity.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ Container closeActivity() {
1717
),
1818
);
1919
}
20+
21+
const borderRadius = BorderRadius.all(
22+
const Radius.circular(10.0),
23+
);

lib/screen/home/components/_search_filter_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import 'package:flutter/cupertino.dart';
22
import 'package:flutter/material.dart';
3-
import '../../../components/_border_radius.dart' show borderRadius;
3+
import 'package:flutter_ecommerce_app/components/_close_activity.dart';
44

55
Row buildSearchRow() {
66
return Row(

0 commit comments

Comments
 (0)