UITabbarBoard constructor

UITabbarBoard({
  1. Key? key,
})

Implementation

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