BadgePosition

open class BadgePosition

Badge position model. Use the static getters to get positions for top right, top left, bottom left and bottom right.

Properties

Link copied to clipboard
open val bottomLeft: BadgePosition
Static getter a bottom left position value.
Link copied to clipboard
open val bottomRight: BadgePosition
Static getter a bottom right position value.
Link copied to clipboard
open val topLeft: BadgePosition
Static getter a top left position value.
Link copied to clipboard
open val topRight: BadgePosition
Static getter a top right position value.