modify layout and add function to print error and text translate
This commit is contained in:
@@ -16,7 +16,7 @@ class AnimatedBar extends StatelessWidget {
|
||||
height: 4,
|
||||
width: isActive ? 20 : 0,
|
||||
decoration: const BoxDecoration(
|
||||
color: Color(0xFF81B4FF),
|
||||
color: Color(0xFF1A6B18),
|
||||
borderRadius: BorderRadius.all(
|
||||
Radius.circular(12),
|
||||
)),
|
||||
|
||||
Reference in New Issue
Block a user