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