StaticSection.single constructor

StaticSection.single({
  1. required Widget child,
})

Implementation

StaticSection.single({required Widget child})
    : this(count: 1, builder: (context, index) => child);