UIEdgeInsets.fromPointer constructor

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

Implementation

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