SystemInfo constructor
const
SystemInfo({})
Implementation
const SystemInfo({
required this.isEdgeToEdgeEnabled,
required this.isEdgeToEdgeSupported,
this.androidVersion,
this.androidRelease,
required this.systemBarsTop,
required this.systemBarsBottom,
required this.systemBarsLeft,
required this.systemBarsRight,
required this.statusBarsHeight,
required this.navigationBarsHeight,
required this.hasNavigationBar,
});