Layout typedef

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

Implementation

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