OudsTopBarActionConfig.none constructor
Creates a configuration for an empty action, resulting in no visible output.
Implementation
factory OudsTopBarActionConfig.none() {
return OudsTopBarActionConfig._(type: OudsTopBarActionType.none);
}
Creates a configuration for an empty action, resulting in no visible output.
factory OudsTopBarActionConfig.none() {
return OudsTopBarActionConfig._(type: OudsTopBarActionType.none);
}