79326129

Date: 2025-01-03 10:19:01
Score: 1
Natty:
Report link

I got a solution. Let me know is it correct or not

import 'package:flutter/material.dart';
extension MediaQueryValues on BuildContext {
  double get width => MediaQuery.of(this).size.width;
  double get height => MediaQuery.of(this).size.height;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: VISHNU PRABHAKARAN