Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
expandable_text.dart File Reference
import package;
import material.dart;
import flutter_screenutil.dart;
Include dependency graph for expandable_text.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

Function Documentation

◆ _checkOverflow()

void _checkOverflow ( )

Definition at line 29 of file expandable_text.dart.

Here is the caller graph for this function:

◆ build()

override Widget build ( BuildContext context)

Definition at line 45 of file expandable_text.dart.

Here is the call graph for this function:

◆ initState()

override void initState ( )

Definition at line 24 of file expandable_text.dart.

Here is the call graph for this function:

Variable Documentation

◆ _hasOverflow

late bool _hasOverflow

Definition at line 21 of file expandable_text.dart.

◆ _isExpanded

class ExpandableText extends StatefulWidget _isExpanded = false

◆ _textPainter

late TextPainter _textPainter

Definition at line 20 of file expandable_text.dart.