- import 'package:fis_lib_report/report/inlineElement.dart';
- import 'package:fis_lib_report/report/interfaces/element.dart';
- import 'package:fis_lib_report/report/interfaces/textElement.dart';
- import 'package:fis_lib_report/report/rt_color.dart';
- import 'package:fis_lib_report/report_info/element_info.dart';
- abstract class TextElementInfo extends ElementInfo {
- TextElementInfo.fromElement(IElement element) : super.fromElement(element);
- }
|