safeAreaList property

List<bool> safeAreaList
final

PageView's bool safe area list. the list defines if the safe area will be active on left, right, top and bottom, respectively.

@Default [false,false,false,false]

Implementation

final List<bool> safeAreaList;