import 'package:fis_lib_report/report/interfaces/textElement.dart'; abstract class IStaticText extends ITextElement { String? text; bool? ignoreUndo; }