top property

Future<double?> top

Implementation

Future<double?> get top {
  return kMethodChannel
      .invokeMethod('UIEdgeInsets::getTop', {'__this__': this});
}