PartitionsContext constructor

PartitionsContext(
  1. int count
)

Implementation

PartitionsContext(int count)
    : partitionContext = List<WidgetContext?>.filled(count, null);