ButtonDefaults
class ButtonDefaults
Contains the default values used by button Tiles components.
Summary
Constants |
|
|---|---|
const DimensionBuilders.DpProp |
The default size for standard |
const DimensionBuilders.DpProp |
The recommended size for extra large |
const DimensionBuilders.DpProp |
The recommended size for large |
const ButtonColors |
The recommended colors for a primary |
const ButtonColors |
The recommended colors for a secondary |
Public functions |
|
|---|---|
java-static DimensionBuilders.DpProp |
Returns the recommended icon size for the given size of a |
java-static DimensionBuilders.DpProp |
Returns the recommended icon size for the given size of a |
Constants
Public functions
java-static funrecommendedIconSize(buttonSize: DimensionBuilders.DpProp): DimensionBuilders.DpProp
Returns the recommended icon size for the given size of a Button.
java-static funrecommendedIconSize(buttonSize: @Dimension(unit = 0) Float): DimensionBuilders.DpProp
Returns the recommended icon size for the given size of a Button.