heightInPixels property

Future<double> get heightInPixels

Implementation

Future<double> get heightInPixels async {
  final result = await _channel.invokeMethod('heightInPixels');
  return result;
}