AnnotatedSystemUIStyle constructor
const
AnnotatedSystemUIStyle({
- Key? key,
- required SystemUiOverlayStyle style,
- required Widget child,
Implementation
const AnnotatedSystemUIStyle({super.key, required this.style, required this.child});