inputText.dart 213 B

1234
  1. import 'package:fis_lib_report/report/interfaces/inputElement.dart';
  2. import 'package:fis_lib_report/report/interfaces/textElement.dart';
  3. abstract class IInputText extends ITextElement implements IInputElement {}