struct UI::DesignTokens::Breakpoints

Defined in:

ui/design_tokens.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(sm : Float64, md : Float64, lg : Float64, xl : Float64, x2l : Float64) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(sm _sm = @sm, md _md = @md, lg _lg = @lg, xl _xl = @xl, x2l _x2l = @x2l) #

[View source]
def lg : Float64 #

def md : Float64 #

def sm : Float64 #

def x2l : Float64 #

def xl : Float64 #