Skip to content

Border Mixin

With tailwind you get some helpful extensions to apply border on Widget that supports border.

To Enable Borders on Widget

ExtensionDescription
.border@Depricated: It Enables border to be used on Widget.
.hasBorderIt Enables border to be used on Widget. You need to use this extension instead of .border.

Set Border Style

ExtensionDescription
.borderSolidCreate solid border
.borderNoneHide / remove the border

Set Border Size

ExtensionDescription
.borderDpAdds a border with the thickness of 1dp
.borderDp2Adds a border with the thickness of 2dp
.borderDp3Adds a border with the thickness of 3dp
.borderBaseAdds a border with the thickness of default value from spacers: 16dp
.border0Adds a border with the thickness of 0dp
.border1Adds a border with the thickness of 4dp
.border2Adds a border with the thickness of 8dp
.border3Adds a border with the thickness of 12dp
.border4Adds a border with the thickness of 16dp
.border5Adds a border with the thickness of 20dp
.border6Adds a border with the thickness of 24dp
.border7Adds a border with the thickness of 28dp
.border8Adds a border with the thickness of 32dp
.border9Adds a border with the thickness of 36dp
.border10Adds a border with the thickness of 40dp
.border11Adds a border with the thickness of 44dp
.border12Adds a border with the thickness of 48dp
.border14Adds a border with the thickness of 56dp
.border16Adds a border with the thickness of 64dp
.border20Adds a border with the thickness of 80dp
.border24Adds a border with the thickness of 96dp
.border28Adds a border with the thickness of 112dp
.border32Adds a border with the thickness of 128dp
.border36Adds a border with the thickness of 144dp
.border40Adds a border with the thickness of 160dp
.border44Adds a border with the thickness of 176dp
.border48Adds a border with the thickness of 192dp
.border52Adds a border with the thickness of 208dp
.border56Adds a border with the thickness of 224dp
.border60Adds a border with the thickness of 240dp
.border64Adds a border with the thickness of 256dp

Border Colors

ExtensionsMethods
Color ExtensionsColor Methods

Released under the MIT License.