wx_border
library
Classes
WxBeveledRectangleBorder
A rectangular border with flattened or "beveled" corners.
WxBorder
A customizable border widget for Flutter that supports both background and foreground decoration.
WxBorderPainter
A custom painter class that draws a border based on a provided ShapeBorder
object.
WxBorderSide
A description of a side of a border for a box-shaped widget in Flutter.
WxBorderStyle
A class representing a border style for widgets.
WxCircleBorder
A border that fits a circle within the available space.
WxContinuousRectangleBorder
A rectangular border with smooth continuous transitions between the straight
sides and the rounded corners.
WxLinearBorder
An WxOutlinedBorder
like BoxBorder that allows one to define a rectangular (box) border
in terms of zero to four WxLinearBorderSide s, each of which is rendered as a single line.
WxLinearBorderSide
Defines the relative size and alignment of one
WxRectangleBorder
WxStadiumBorder
A border that fits a stadium-shaped border (a box with semicircles on the ends)
within the rectangle of the widget it is applied to.