height property

Future<double?> height

Implementation

Future<double?> get height {
  return kMethodChannel.invokeMethod('CGSize::getHeight', {'__this__': this});
}