v1.0.0
icon_badge
アイテム数を表示する通知バッジ付きのシンプルなFlutterアイコンウィジェット。
32いいね 15330日間ダウンロード150Pub ポイント
AndroidiOSWebmacOSWindowsLinux
アイテム数を表示する通知バッジ付きのシンプルなFlutterアイコン。
{"sdk":"flutter"}{"sdk":"flutter"}以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。
Icon with badge for notifications
How to use This widget can be used in appbar, bottom navigation and drawer.
Usage:
IconBadge(
icon: Icon(Icons.notifications_none),
itemCount: 0,
badgeColor: Colors.red,
itemColor: Colors.white,
hideZero: true,
onTap: () {
print('test');
},
),