BlossomTabControllerScopeDescendant<T> constructor

const BlossomTabControllerScopeDescendant<T>({
  1. Key? key,
  2. required Widget builder(
    1. BuildContext context,
    2. BlossomTabController<T>
    ),
  3. bool rebuildOnChange = true,
})

Implementation

const BlossomTabControllerScopeDescendant({
  Key? key,
  required this.builder,
  this.rebuildOnChange = true,
}) : super(key: key);