Username hint

This commit is contained in:
2024-08-06 18:34:46 +08:00
parent c48bd3e758
commit dea743a307
2 changed files with 41 additions and 8 deletions

View File

@ -503,7 +503,6 @@ class _MeasureSize extends SingleChildRenderObjectWidget {
final _OnWidgetSizeChange onChange;
const _MeasureSize({
super.key,
required this.onChange,
required Widget super.child,
});