set_width method

Future<void> set_width(
  1. double? width
)

Implementation

Future<void> set_width(double? width) async {
  await kBmapCoreFluttifyChannel.invokeMethod('BMKMapSize::set_width', <String, dynamic>{'__this__': this, "width": width});
}