sync flutter widgets

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-12 11:01:35 +08:00
parent fbf7116edf
commit 483953cf56
31 changed files with 804 additions and 646 deletions

View File

@@ -56,9 +56,7 @@ class _MemberContributeState extends State<MemberContribute>
crossAxisAlignment: CrossAxisAlignment.start,
children: [
TabBar(
overlayColor: const WidgetStatePropertyAll(
Colors.transparent,
),
overlayColor: const WidgetStatePropertyAll(Colors.transparent),
splashFactory: NoSplash.splashFactory,
padding: const EdgeInsets.symmetric(horizontal: 8),
isScrollable: true,