mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-08-25 21:09:40 +00:00
5 lines
199 B
Dart
5 lines
199 B
Dart
import 'package:flutter/material.dart';
|
|
|
|
double deviceHeight(BuildContext context) => MediaQuery.sizeOf(context).height;
|
|
double deviceWidth(BuildContext context) => MediaQuery.sizeOf(context).width;
|