customization property
Customization
get
customization
Params that relate to the camera view controller customization and etc.
Implementation
Customization get customization => _customization;
set
customization
(Customization val)
Implementation
set customization(Customization val) {
_customization = val;
_customization._apply();
}