bottom property

Future<double?> bottom

Implementation

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