I\'m trying to get the height of widget but it prints the same values
I/flutter (19253): full height: 976.0 I/flutter (19253): safe height: 976.0 >
I know that there is right answer, but maybe someone is looking for safe area height, not height of safe area widget child, but only safe area top padding:
var safePadding = MediaQuery.of(context).padding.top;