mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-22 01:56:47 +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