|
|
|
@ -1,5 +1,4 @@ |
|
|
|
import 'package:flutter/material.dart'; |
|
|
|
import 'package:shia_game_flutter/common_ui/resources/my_spaces.dart'; |
|
|
|
import 'package:shia_game_flutter/common_ui/theme/my_theme.dart'; |
|
|
|
|
|
|
|
class MyBackground extends StatelessWidget { |
|
|
|
@ -18,7 +17,7 @@ class MyBackground extends StatelessWidget { |
|
|
|
), |
|
|
|
), |
|
|
|
child: listChild ?? SingleChildScrollView( |
|
|
|
padding: const EdgeInsets.symmetric(horizontal: MySpaces.s30), |
|
|
|
padding: const EdgeInsets.all(30), |
|
|
|
child: child, |
|
|
|
), |
|
|
|
); |
|
|
|
|