DocumentFlowAppearanceConfiguration constructor
DocumentFlowAppearanceConfiguration({
- StatusBarMode statusBarMode = StatusBarMode.LIGHT,
- ScanbotColor? topBarBackgroundColor,
- ScanbotColor? bottomBarBackgroundColor,
- OrientationLockMode orientationLockMode = OrientationLockMode.NONE,
Implementation
DocumentFlowAppearanceConfiguration({
this.statusBarMode = StatusBarMode.LIGHT,
this.navigationBarMode = NavigationBarMode.LIGHT,
ScanbotColor? topBarBackgroundColor,
ScanbotColor? bottomBarBackgroundColor,
this.orientationLockMode = OrientationLockMode.NONE,
}) : topBarBackgroundColor =
topBarBackgroundColor ?? ScanbotColor("?sbColorPrimary"),
bottomBarBackgroundColor =
bottomBarBackgroundColor ?? ScanbotColor("?sbColorPrimary");