getLayoutGenerator abstract method

Generator<List<IconPosition>> getLayoutGenerator(
  1. int iconsCount
)

Returns a generator for the layout of the icons based on how many there are

Implementation

Generator<List<IconPosition>> getLayoutGenerator(int iconsCount);