DefaultShapes

class DefaultShapes(bottomSheet: Shape, buttonShape: Shape, dialogShape: Shape, small: CornerBasedShape, normal: CornerBasedShape, large: CornerBasedShape) : AndromedaShapes

Contains default shapes this library provides for components.

Parameters

bottomSheet
  • The shape of components used as bottom sheets.

buttonShape
  • The shape of components used as buttons.

dialogShape
  • The shape of components used for showing dialog box.

Constructors

Link copied to clipboard
fun DefaultShapes(bottomSheet: Shape, buttonShape: Shape, dialogShape: Shape, small: CornerBasedShape, normal: CornerBasedShape, large: CornerBasedShape)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val bottomSheet: Shape
Link copied to clipboard
open override val buttonShape: Shape
Link copied to clipboard
open override val dialogShape: Shape
Link copied to clipboard
open override val large: CornerBasedShape
Link copied to clipboard
open override val normal: CornerBasedShape
Link copied to clipboard
open override val small: CornerBasedShape