File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ RawMaterialButton(
3
+ onPressed: () {},
4
+ elevation: 2.0,
5
+ fillColor: Colors.white,
6
+ child: Icon(
7
+ Icons.chat_rounded,
8
+ size: 35.0,
9
+ color: pPrimaryColor,
10
+ ),
11
+ padding: EdgeInsets.all(15.0),
12
+ shape: RoundedRectangleBorder(
13
+ borderRadius: BorderRadius.circular(120.0),
14
+ side: BorderSide(
15
+ color: Colors.black,
16
+ width: 2
17
+ ),
18
+ ),
19
+ ),
20
+
21
+
22
+ =====================================================================================================
23
+ =====================================================================================================
24
+ =====================================================================================================
25
+
26
+
27
+
1
28
RawMaterialButton(
2
29
onPressed: () {},
3
30
elevation: 2.0,
You can’t perform that action at this time.
0 commit comments