screenHeight property

double? screenHeight

screenHeight returns the current device screen height. Note: You can use it instead of MediaQuery.of(context).size.height

Implementation

double? get screenHeight => _screenHeight;