library / dev.chrisbanes.insetter / Side

Side

class Side

Properties

ALL

static val ALL: Int

BOTTOM

static val BOTTOM: Int

LEFT

static val LEFT: Int

NONE

static val NONE: Int

RIGHT

static val RIGHT: Int

TOP

static val TOP: Int

Functions

create

static fun create(left: Boolean, top: Boolean, right: Boolean, bottom: Boolean): Int