Skip to content

Commit f811ec2

Browse files
authored
Update raw-material-button
1 parent 25a3652 commit f811ec2

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

raw-material-button

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
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+
128
RawMaterialButton(
229
onPressed: () {},
330
elevation: 2.0,

0 commit comments

Comments
 (0)