AiutaButtonTheme
class AiutaButtonTheme(val typography: AiutaButtonThemeTypography, val shapes: AiutaButtonThemeShapes)
Button theme configuration for the Aiuta SDK.
This immutable class defines the visual styling for buttons throughout the SDK, including typography and shape configurations. It provides a consistent button appearance that can be customized to match your app's design system.
See also
Types
Link copied to clipboard
class Builder
Builder class for creating AiutaButtonTheme instances.