DeviceFrameData typedef

DeviceFrameData = ({DeviceInfo? device, bool isFrameVisible, Orientation orientation})

Implementation

typedef DeviceFrameData = ({
  bool isFrameVisible,
  DeviceInfo? device,
  Orientation orientation,
});