OudsTopBarActionConfig.none constructor

OudsTopBarActionConfig.none()

Creates a configuration for an empty action, resulting in no visible output.

Implementation

factory OudsTopBarActionConfig.none() {
  return OudsTopBarActionConfig._(type: OudsTopBarActionType.none);
}