BootstrapTarget constructor
const
BootstrapTarget({
- required BootstrapBuilder builder,
- bool dismissible = false,
- VoidCallback? onDismiss,
- String? hookName,
- int order = 0,
Implementation
const BootstrapTarget({
required this.builder,
this.dismissible = false,
this.onDismiss,
String? hookName,
int order = 0,
}) : _hookName = hookName,
_order = order;