Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-13 11:49:38 +08:00
parent f824477ddb
commit c05fbde3fa
106 changed files with 2780 additions and 3200 deletions

View File

@@ -62,7 +62,7 @@ class _EmotePanelState extends State<EmotePanel>
itemCount: e.emote!.length,
itemBuilder: (context, index) {
return Material(
color: Colors.transparent,
type: MaterialType.transparency,
child: InkWell(
borderRadius:
const BorderRadius.all(Radius.circular(8)),
@@ -120,7 +120,7 @@ class _EmotePanelState extends State<EmotePanel>
),
Expanded(
child: Material(
color: Colors.transparent,
type: MaterialType.transparency,
child: TabBar(
controller: _emotePanelController.tabController,
padding: const EdgeInsets.only(right: 60),