Try your search with a different keyword or use * as a wildcard.
namespace Nop.Plugin.Widgets.AccessiBe.Domain;
/// <summary>
/// Represents an enumeration of button sizes
/// </summary>
public enum TriggerButtonSize
{
/// <summary>
/// Small
/// </summary>
Small,
/// <summary>
/// Medium
/// </summary>
Medium,
/// <summary>
/// Big
/// </summary>
Big
}