struct Components::CSS::Tokens::ElevationScale

Defined in:

components/css/tokens/amber_theme.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(flat : String, raised : String, floating : String, overlay : String) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(flat _flat = @flat, raised _raised = @raised, floating _floating = @floating, overlay _overlay = @overlay) #

[View source]
def flat : String #

def floating : String #

def overlay : String #

def raised : String #