class EdgeButtonStyle


Provides style values for edge button component.

Summary

Public companion properties

EdgeButtonStyle

Default style variation for having content of the edge button center aligned.

EdgeButtonStyle

Style variation for having content of the edge button anchored to the top.

Public companion properties

DEFAULT

val DEFAULTEdgeButtonStyle

Default style variation for having content of the edge button center aligned.

This should be used for icon-like or small, round content that doesn't occupy a lot of space.

TOP_ALIGN

val TOP_ALIGNEdgeButtonStyle

Style variation for having content of the edge button anchored to the top.

This should be used for text-like content, or the content that is wide, to accommodate for more space.