Skip to content

Commit 05d05df

Browse files
create ScreenSize
1 parent e279ba3 commit 05d05df

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/core/helpers/screen_size.dart

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import 'package:flutter/material.dart';
2+
3+
class ScreenSize {
4+
static BuildContext? context;
5+
static initContext(BuildContext? ctx) {
6+
context = ctx;
7+
}
8+
}

0 commit comments

Comments
 (0)