createBorderWidget static method
Creates a border widget that handles custom borders (dashed, dotted)
Implementation
static Widget createBorderWidget(
BuildContext context,
FlyStyle style,
Widget child,
) {
return _createCustomBorder(context, style, child);
}