mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 19:14:42 +08:00
@@ -778,7 +778,7 @@ class EditableText extends StatefulWidget {
|
||||
if (_strutStyle == null) {
|
||||
return StrutStyle.fromTextStyle(style, forceStrutHeight: true);
|
||||
}
|
||||
return _strutStyle!.inheritFromTextStyle(style);
|
||||
return _strutStyle.inheritFromTextStyle(style);
|
||||
}
|
||||
|
||||
final StrutStyle? _strutStyle;
|
||||
|
||||
Reference in New Issue
Block a user