bLeft function
Implementation
Border bLeft({num width = 1, Color color = Colors.black, double strokeAlign = BorderSide.strokeAlignInside}) =>
Border(left: bs(width: width.toDouble(), color: color, strokeAlign: strokeAlign));
Border bLeft({num width = 1, Color color = Colors.black, double strokeAlign = BorderSide.strokeAlignInside}) =>
Border(left: bs(width: width.toDouble(), color: color, strokeAlign: strokeAlign));