OnChangedCallback

abstract class OnChangedCallback

Callback to be invoked when the visibility or the state of an ExtendedFloatingActionButton changes.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Called when a ExtendedFloatingActionButton has been extended to show the icon and the text.
Link copied to clipboard
open fun onHidden(extendedFab: ExtendedFloatingActionButton)
Called when a ExtendedFloatingActionButton has been hidden.
Link copied to clipboard
open fun onShown(extendedFab: ExtendedFloatingActionButton)
Called when a ExtendedFloatingActionButton has been shown.
Link copied to clipboard
Called when a ExtendedFloatingActionButton has been shrunken to show just the icon.