BorderStroke
-
Cmn
class BorderStroke
Class to specify the stroke to draw border with.
Summary
Public constructors |
|
|---|---|
BorderStroke(width: Dp, brush: Brush) |
Cmn
|
Public functions |
||
|---|---|---|
BorderStroke |
Cmn
|
|
open operator Boolean |
Cmn
|
|
open Int |
hashCode() |
Cmn
|
open String |
toString() |
Cmn
|
Public constructors
BorderStroke
BorderStroke(width: Dp, brush: Brush)
| Parameters | |
|---|---|
width: Dp |
width of the border in |
brush: Brush |
brush to paint the border with |