Paramètres nommés Dart

/// Sets the [bold] and [hidden] flags ...
void enableFlags({bool? bold, bool? hidden}) {...}
Jonathan Felicity