Border Mixin
With tailwind you get some helpful extensions to apply border on Widget that supports border.
To Enable Borders on Widget
| Extension | Description |
|---|---|
| .border | @Depricated: It Enables border to be used on Widget. |
| .hasBorder | It Enables border to be used on Widget. You need to use this extension instead of .border. |
Set Border Style
| Extension | Description |
|---|---|
| .borderSolid | Create solid border |
| .borderNone | Hide / remove the border |
Set Border Size
| Extension | Description |
|---|---|
| .borderDp | Adds a border with the thickness of 1dp |
| .borderDp2 | Adds a border with the thickness of 2dp |
| .borderDp3 | Adds a border with the thickness of 3dp |
| .borderBase | Adds a border with the thickness of default value from spacers: 16dp |
| .border0 | Adds a border with the thickness of 0dp |
| .border1 | Adds a border with the thickness of 4dp |
| .border2 | Adds a border with the thickness of 8dp |
| .border3 | Adds a border with the thickness of 12dp |
| .border4 | Adds a border with the thickness of 16dp |
| .border5 | Adds a border with the thickness of 20dp |
| .border6 | Adds a border with the thickness of 24dp |
| .border7 | Adds a border with the thickness of 28dp |
| .border8 | Adds a border with the thickness of 32dp |
| .border9 | Adds a border with the thickness of 36dp |
| .border10 | Adds a border with the thickness of 40dp |
| .border11 | Adds a border with the thickness of 44dp |
| .border12 | Adds a border with the thickness of 48dp |
| .border14 | Adds a border with the thickness of 56dp |
| .border16 | Adds a border with the thickness of 64dp |
| .border20 | Adds a border with the thickness of 80dp |
| .border24 | Adds a border with the thickness of 96dp |
| .border28 | Adds a border with the thickness of 112dp |
| .border32 | Adds a border with the thickness of 128dp |
| .border36 | Adds a border with the thickness of 144dp |
| .border40 | Adds a border with the thickness of 160dp |
| .border44 | Adds a border with the thickness of 176dp |
| .border48 | Adds a border with the thickness of 192dp |
| .border52 | Adds a border with the thickness of 208dp |
| .border56 | Adds a border with the thickness of 224dp |
| .border60 | Adds a border with the thickness of 240dp |
| .border64 | Adds a border with the thickness of 256dp |
Border Colors
| Extensions | Methods |
|---|---|
| Color Extensions | Color Methods |
