|
Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
|
import package;import material.dart;import flutter_screenutil.dart;
Go to the source code of this file.
Classes | |
| class | StatefulWidget |
Functions | |
| override void | initState () |
| void | _checkOverflow () |
| override Widget | build (BuildContext context) |
Variables | |
| class ExpandableText extends StatefulWidget | _isExpanded = false |
| late TextPainter | _textPainter |
| late bool | _hasOverflow |
| void _checkOverflow | ( | ) |
| override Widget build | ( | BuildContext | context | ) |
| override void initState | ( | ) |
| late bool _hasOverflow |
Definition at line 21 of file expandable_text.dart.
| class ExpandableText extends StatefulWidget _isExpanded = false |
| late TextPainter _textPainter |
Definition at line 20 of file expandable_text.dart.