getLayoutGenerator method
Returns a generator for the layout of the icons based on how many there are
Implementation
@override
Generator<List<IconPosition>> getLayoutGenerator(int iconsCount) =>
LayoutGenerator(iconsCount);
Returns a generator for the layout of the icons based on how many there are
@override
Generator<List<IconPosition>> getLayoutGenerator(int iconsCount) =>
LayoutGenerator(iconsCount);