Section constructor

Section({
  1. String? title,
  2. required String fileName,
})

Implementation

Section({this.title, required this.fileName});