CroppingAppearanceConfiguration class
Configuration of the general appearance for the cropping screen.
Constructors
- CroppingAppearanceConfiguration({StatusBarMode statusBarMode = StatusBarMode.LIGHT, ScanbotColor? topBarBackgroundColor, ScanbotColor? bottomBarBackgroundColor, OrientationLockMode orientationLockMode = OrientationLockMode.NONE})
- 
          CroppingAppearanceConfiguration.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- bottomBarBackgroundColor ↔ ScanbotColor
- 
  The background color of the bottom bar.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  Determines the visual mode used for the navigation bar icons. Android only.
  getter/setter pair
- orientationLockMode ↔ OrientationLockMode
- 
  Which mode to use when orientation should be locked to landscape or portrait.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- statusBarMode ↔ StatusBarMode
- 
  Determines the visual mode used for the status bar icons.
  getter/setter pair
- topBarBackgroundColor ↔ ScanbotColor
- 
  The background color of the top bar. Only applicable when the visual mode is specified as 'SOLID', otherwise ignored.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson({ToJsonConfiguration? config}) → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited