class UI::SnackbarPresenter

Overview

Presentation state for a Snackbar (is_presenting flag + the underlying view).

Defined in:

ui/views/snackbar.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(snackbar : Snackbar) #

[View source]

Instance Method Detail

def dismiss #

[View source]
def is_presenting : Bool #

[View source]
def is_presenting=(is_presenting : Bool) #

[View source]
def show #

[View source]
def snackbar : Snackbar #

[View source]
def snackbar=(snackbar : Snackbar) #

[View source]