from static method

Layout from(
  1. Map map,
  2. View view
)

Implementation

static Layout from(Map map, View view) {
  return Layout(map, view);
}