import 'package:fis_lib_report/report/interfaces/lineElemnt.dart'; import 'package:fis_lib_report/report/rt_color.dart'; abstract class IShape extends IInLineElemnt { RTColor? stroke; double? thickness; }