Future<void> setSpacing(double spacing) async { await _channel.invokeMethod('setSpacing', {'spacing': spacing}); }