Border Style Preset
Preset for border styles. Encapsulates both BorderStyle and dash array used for DASHED.
See also
Constructors
Link copied to clipboard
Creates preset with border style
style
and null dash array.Creates preset with border style
style
and dash array dashArray
.constructor(@NonNull borderStyle: BorderStyle, @NonNull borderEffect: BorderEffect, @Nullable dashArray: List<Integer>)
Creates preset with border style
borderStyle
, border effect borderEffect
and dash array dashArray
.constructor(@NonNull borderStyle: BorderStyle, @NonNull borderEffect: BorderEffect, @FloatRange(from = 0.0 ) borderEffectIntensity: Float, @Nullable dashArray: List<Integer>)
Creates preset with border style
borderStyle
, border effect borderEffect
and dash array dashArray
.