UIListBoard constructor

UIListBoard({
  1. Key? key,
})

Implementation

UIListBoard({Key? key}) : super(key: key) {
  sections.add(section);
}