bLeft function

Border bLeft({
  1. num width = 1,
  2. Color color = Colors.black,
  3. double strokeAlign = BorderSide.strokeAlignInside,
})

Implementation

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