NSDirectionalEdgeInsets.fromPointer constructor

NSDirectionalEdgeInsets.fromPointer(
  1. Pointer<Void> ptr
)

Implementation

NSDirectionalEdgeInsets.fromPointer(Pointer<Void> ptr)
    : super.fromPointer(ptr);