AnnotatedSystemUIStyle constructor

const AnnotatedSystemUIStyle({
  1. Key? key,
  2. required SystemUiOverlayStyle style,
  3. required Widget child,
})

Implementation

const AnnotatedSystemUIStyle({super.key, required this.style, required this.child});