StaticSection constructor

StaticSection({
  1. required int count,
  2. required IndexedWidgetBuilder builder,
  3. Object? metadata,
})

Implementation

StaticSection({required this.count, required this.builder, this.metadata});