|
|
@ -47,7 +47,7 @@ class ConnectionStatusHeaderState extends State<ConnectionStatusHeader> {
|
|
|
|
curve: FluffyThemes.animationCurve,
|
|
|
|
curve: FluffyThemes.animationCurve,
|
|
|
|
height: hide ? 0 : 36,
|
|
|
|
height: hide ? 0 : 36,
|
|
|
|
clipBehavior: Clip.hardEdge,
|
|
|
|
clipBehavior: Clip.hardEdge,
|
|
|
|
decoration: BoxDecoration(color: Theme.of(context).colorScheme.surface),
|
|
|
|
decoration: const BoxDecoration(color: Colors.transparent),
|
|
|
|
padding: const EdgeInsets.symmetric(horizontal: 12),
|
|
|
|
padding: const EdgeInsets.symmetric(horizontal: 12),
|
|
|
|
child: Row(
|
|
|
|
child: Row(
|
|
|
|
mainAxisAlignment: MainAxisAlignment.center,
|
|
|
|
mainAxisAlignment: MainAxisAlignment.center,
|
|
|
|