LineEndTypePickerInspectorView

open class LineEndTypePickerInspectorView : BaseDrawablePickerInspectorView<T>

Inspector component for picking line end type.

Constructors

Link copied to clipboard
constructor(@NonNull context: Context, @NonNull label: String, @NonNull availableTypes: List<LineEndType>, @NonNull defaultType: LineEndType, isLineStart: Boolean, @Nullable listener: LineEndTypePickerInspectorView.LineEndTypePickerListener)
Construct line style picker.

Types

Link copied to clipboard
Listener for line end type being picked.