|
|
@ -1,9 +1,8 @@ |
|
|
|
|
|
|
|
|
import 'package:flutter/material.dart'; |
|
|
import 'package:flutter/material.dart'; |
|
|
import 'package:shia_game_flutter/common_ui/resources/my_assets.dart'; |
|
|
import 'package:shia_game_flutter/common_ui/resources/my_assets.dart'; |
|
|
import 'package:shia_game_flutter/common_ui/resources/my_spaces.dart'; |
|
|
|
|
|
import 'package:shia_game_flutter/common_ui/resources/my_text_style.dart'; |
|
|
import 'package:shia_game_flutter/common_ui/resources/my_text_style.dart'; |
|
|
import 'package:shia_game_flutter/common_ui/theme/my_theme.dart'; |
|
|
import 'package:shia_game_flutter/common_ui/theme/my_theme.dart'; |
|
|
|
|
|
import 'package:shia_game_flutter/core/utils/screen_size.dart'; |
|
|
import 'package:shia_game_flutter/core/widgets/container/my_container.dart'; |
|
|
import 'package:shia_game_flutter/core/widgets/container/my_container.dart'; |
|
|
import 'package:shia_game_flutter/core/widgets/image/my_image.dart'; |
|
|
import 'package:shia_game_flutter/core/widgets/image/my_image.dart'; |
|
|
|
|
|
|
|
|
@ -34,8 +33,8 @@ class AppBarAddWidget extends StatelessWidget { |
|
|
colors: gradientColors, |
|
|
colors: gradientColors, |
|
|
), |
|
|
), |
|
|
padding: const EdgeInsetsDirectional.only( |
|
|
padding: const EdgeInsetsDirectional.only( |
|
|
start: MySpaces.s8, |
|
|
|
|
|
end: MySpaces.s4, |
|
|
|
|
|
|
|
|
start: 8, |
|
|
|
|
|
end: 4, |
|
|
), |
|
|
), |
|
|
color: context.backgroundColor, |
|
|
color: context.backgroundColor, |
|
|
child: Row( |
|
|
child: Row( |
|
|
@ -47,7 +46,7 @@ class AppBarAddWidget extends StatelessWidget { |
|
|
maxLines: 1, |
|
|
maxLines: 1, |
|
|
textAlign: TextAlign.center, |
|
|
textAlign: TextAlign.center, |
|
|
overflow: TextOverflow.ellipsis, |
|
|
overflow: TextOverflow.ellipsis, |
|
|
style: Lexend.bold.copyWith(fontSize: 12), |
|
|
|
|
|
|
|
|
style: Lexend.bold.copyWith(fontSize: 12.sp), |
|
|
), |
|
|
), |
|
|
), |
|
|
), |
|
|
MyContainer( |
|
|
MyContainer( |
|
|
|