dart format

This commit is contained in:
Fabian Freund
2026-01-02 08:06:55 +01:00
parent 380d0da58c
commit 2a061e3f86
9 changed files with 40 additions and 21 deletions
@@ -48,7 +48,10 @@ class TorNotification extends HookConsumerWidget {
duration: const Duration(milliseconds: 500),
primaryEnd: Alignment.bottomLeft,
secondaryEnd: Alignment.topRight,
primaryColors: const [AppColors.torActiveGreen, AppColors.torActiveGreen],
primaryColors: const [
AppColors.torActiveGreen,
AppColors.torActiveGreen,
],
secondaryColors: const [Colors.white, Colors.white],
child: const Padding(
padding: EdgeInsets.symmetric(horizontal: 12),