public final class EdgeButtonStyle


Provides style values for edge button component.

Summary

Public fields

static final @NonNull EdgeButtonStyle

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

static final @NonNull EdgeButtonStyle

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

Public fields

DEFAULT

public static final @NonNull EdgeButtonStyle DEFAULT

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

public static final @NonNull EdgeButtonStyle TOP_ALIGN

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.