UIListBoard constructor
UIListBoard({
- Key? key,
Implementation
UIListBoard({Key? key}) : super(key: key) {
sections.add(section);
}
UIListBoard({Key? key}) : super(key: key) {
sections.add(section);
}