Collection constructor
const
Collection({})
Default constructor for creating a Collection with static children.
Implementation
const Collection({
super.key,
this.children = const [],
this.direction = Axis.vertical,
this.gap = 0,
this.scrollable = false,
this.padding,
}) : builder = null,
childCount = null;