PageSize.Fill


Pages take up the whole Pager size.

Summary

Public functions

open Int
Density.calculateMainAxisPageSize(availableSpace: Int, pageSpacing: Int)

Based on availableSpace pick a size for the pages

Cmn

Public functions

calculateMainAxisPageSize

open fun Density.calculateMainAxisPageSize(availableSpace: Int, pageSpacing: Int): Int

Based on availableSpace pick a size for the pages

Parameters
availableSpace: Int

The amount of space the pages in this Pager can use.

pageSpacing: Int

The amount of space used to separate pages.