You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"1. This is a bulletin.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi eget elementum libero.",
43
-
onTap: () {
44
-
debugPrint("OnTap Function called for BulletinItem 1 ");
45
-
},
46
-
),
47
-
BulletinItem(
48
-
text:
49
-
"2. This is a bulletin.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi eget elementum libero.",
50
-
onTap: () {
51
-
debugPrint("OnTap Function called for BulletinItem 2 ");
52
-
},
53
-
),
54
-
BulletinItem(
55
-
text:
56
-
"3. This is a bulletin.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi eget elementum libero.",
57
-
onTap: () {
58
-
debugPrint("OnTap Function called for BulletinItem 3 ");
59
-
},
60
-
),
61
-
],
62
-
),
37
+
icon: const Icon(
38
+
Icons.mic_outlined,
39
+
size: 20,
40
+
),
41
+
backgroundColor: const Color(0xffFFF3D0),
42
+
children: [
43
+
BulletinItem(
44
+
text:
45
+
"1. This is a bulletin.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi eget elementum libero.",
46
+
onTap: () {
47
+
debugPrint("OnTap Function called for BulletinItem 1 ");
48
+
},
49
+
),
50
+
BulletinItem(
51
+
text:
52
+
"2. This is a bulletin.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi eget elementum libero.",
53
+
onTap: () {
54
+
debugPrint("OnTap Function called for BulletinItem 2 ");
55
+
},
56
+
),
57
+
BulletinItem(
58
+
text:
59
+
"3. This is a bulletin.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi eget elementum libero.",
60
+
onTap: () {
61
+
debugPrint("OnTap Function called for BulletinItem 3 ");
62
+
},
63
+
),
64
+
],
65
+
),
63
66
```
64
67
65
68
## Project Created & Maintained By
@@ -100,5 +103,5 @@ For a custom-hook to be merged, you will need to do the following:
100
103
101
104
## Copyright & License
102
105
103
-
Code and documentation Copyright (c) 2021 [Divyanshu Shekhar](https://hackthedeveloper.com). Code released under the [BSD 3-Clause License](./LICENSE).
106
+
Code and documentation Copyright (c) 2021 [DevsOnFlutter](https://github.com/DevsOnFlutter). Code released under the [BSD 3-Clause License](./LICENSE).
0 commit comments