modify layout and add function to print error and text translate
This commit is contained in:
@@ -18,8 +18,7 @@ class EntryPoint extends StatefulWidget {
|
||||
State<EntryPoint> createState() => _EntryPointState();
|
||||
}
|
||||
|
||||
class _EntryPointState extends State<EntryPoint>
|
||||
with SingleTickerProviderStateMixin {
|
||||
class _EntryPointState extends State<EntryPoint> with SingleTickerProviderStateMixin {
|
||||
bool isSideBarOpen = false;
|
||||
|
||||
Menu selectedBottonNav = bottomNavItems.first;
|
||||
@@ -88,7 +87,7 @@ class _EntryPointState extends State<EntryPoint>
|
||||
offset: Offset(animation.value * 265, 0),
|
||||
child: Transform.scale(
|
||||
scale: scalAnimation.value,
|
||||
child: const ClipRRect(
|
||||
child: ClipRRect(
|
||||
borderRadius: BorderRadius.all(
|
||||
Radius.circular(24),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user