FUISection constructor

const FUISection({
  1. Key? key,
  2. String? title,
  3. required List<Widget> children,
})

Implementation

const FUISection({super.key, this.title, required this.children});