How the show
keyword makes difference in theese two imports? The second one is that the IDE suggests to use but sometimes the first one is what in real code.
import 'package:flutter/foundation.dart' show kDebugMode;
vs
import 'package:flutter/foundation.dart';