import 'package:fis_lib_report/report/interfaces/shape.dart'; import 'package:fis_lib_report/report/rt_border.dart'; abstract class ILine extends IShape { double? width; RTBorderStyle? borderStyle; }