menu
text_wrap_auto_size package
documentation
solution.dart
Solution
Solution constructor
Solution constructor
dark_mode
light_mode
Solution
constructor
Solution
(
Text
_text
,
TextStyle
style
,
Size
sizeInner
,
Size
sizeOuter
,
)
Constructor.
Implementation
Solution(this._text, this.style, this.sizeInner, this.sizeOuter);
text_wrap_auto_size package
documentation
solution
Solution
Solution constructor
Solution class