table method Null safety
Implementation
@protected
Widget table(double widthCM, List<BPRow> rows,
{bool drawLines = true, bool? drawVerticalLines}) =>
BPTable(widthCM, rows, drawLines, drawVerticalLines ?? drawLines, this);
@protected
Widget table(double widthCM, List<BPRow> rows,
{bool drawLines = true, bool? drawVerticalLines}) =>
BPTable(widthCM, rows, drawLines, drawVerticalLines ?? drawLines, this);