baseiOSTheme property
Retain the original iOS theme
Implementation
CupertinoThemeData? get baseiOSTheme => _baseiOSTheme;
Implementation
set baseiOSTheme(CupertinoThemeData? theme) {
if (_baseiOSTheme != null && theme != null) {
_baseiOSTheme = theme;
}
}