CodeAnnotatedRegion constructor
const
CodeAnnotatedRegion({
- Key? key,
- required Widget child,
- StatusBarTheme theme = StatusBarTheme.light,
Creates a widget that sets system UI overlay styles for its child.
Implementation
const CodeAnnotatedRegion({
super.key,
required this.child,
this.theme = StatusBarTheme.light,
});