fix: appbar
This commit is contained in:
@@ -131,7 +131,7 @@ class ShopScreen extends StatelessWidget {
|
|||||||
children: [
|
children: [
|
||||||
const AppBackButton(),
|
const AppBackButton(),
|
||||||
const Spacer(),
|
const Spacer(),
|
||||||
const GlowText('فروشگاه', size: 20),
|
const GlowText('فروشگاه', size: 24),
|
||||||
const Spacer(),
|
const Spacer(),
|
||||||
BlocBuilder<WalletBloc, WalletBlocState>(
|
BlocBuilder<WalletBloc, WalletBlocState>(
|
||||||
builder: (context, s) {
|
builder: (context, s) {
|
||||||
|
|||||||
Reference in New Issue
Block a user