import 'package:fis_lib_report/report/interfaces/block_element.dart'; abstract class IParagraph extends IBlockElement { double? lineSpace; }