delayInitialization property

Duration get delayInitialization

This is the time that we delay the initialization for camera controller This would make sure that things are loaded more smoothly. You can override it and change this value to your likings

Implementation

Duration get delayInitialization => Duration(milliseconds: 200);