UIBoard constructor

UIBoard({
  1. Key? key,
})

Implementation

UIBoard({Key? key}) : super(key: key) {
  onCreate();
}