$Section constructor

$Section({
  1. Map? attrs,
  2. List<Tag>? children,
  3. List classes = const [],
})

Implementation

$Section({super.attrs, super.children, super.classes});