BlossomTabView<T> constructor

const BlossomTabView<T>({
  1. Key? key,
  2. required Widget builder(
    1. BlossomTab<T> id
    ),
})

Implementation

const BlossomTabView({Key? key, required this.builder}) : super(key: key);