style property
The style currently displayed in the receiver.
Implementation
static final style = objc.ObjCProtocolMethod<MLNStyle? Function()>(
_protocol_MLNStylable,
_sel_style,
ffi.Native.addressOf<ffi.NativeFunction<ffi.Pointer<objc.ObjCObject> Function(ffi.Pointer<objc.ObjCObject> , ffi.Pointer<ffi.Void> )>>(_MapLibreFFi_protocolTrampoline_1mbt9g9).cast(),
objc.getProtocolMethodSignature(
_protocol_MLNStylable,
_sel_style,
isRequired: true,
isInstanceMethod: true,
),
(MLNStyle? Function() func) => ObjCBlock_MLNStyle_ffiVoid.fromFunction((ffi.Pointer<ffi.Void> _, ) => func()),
);