WidthComponent

Component with width

Parameters

component

component

width

width

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@NotNull
open fun copy(): @NotNull WidthComponent
Copy component
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
@NotNull
open fun plus(@NotNull other: @NotNull WidthComponent): @NotNull WidthComponent
Adds component
Link copied to clipboard
abstract fun toString(): String