logoViewPosition property

MLNOrnamentPosition get logoViewPosition

The position of the logo view. The default value is MLNOrnamentPosition/MLNOrnamentPositionBottomLeft.

Implementation

MLNOrnamentPosition get logoViewPosition {
  final _ret = _objc_msgSend_1c31cvt(this.ref.pointer, _sel_logoViewPosition);
  return MLNOrnamentPosition.fromValue(_ret);
}
set logoViewPosition (MLNOrnamentPosition value)

The position of the logo view. The default value is MLNOrnamentPosition/MLNOrnamentPositionBottomLeft.

Implementation

set logoViewPosition(MLNOrnamentPosition value) {
_objc_msgSend_8fd115(this.ref.pointer, _sel_setLogoViewPosition_, value.value);

}