FlSelectionAreaStyle class
Constructors
- FlSelectionAreaStyle({Color color = const Color.fromARGB(25, 33, 150, 243), double borderWidth = 1.0, Color borderColor = const Color.fromARGB(255, 33, 150, 243), FlLineDrawMode borderDrawMode = FlLineDrawMode.solid})
- 
          
            const
Properties
- borderColor → Color
- 
  
  final
- borderDrawMode → FlLineDrawMode
- 
  
  final
- borderWidth → double
- 
  
  final
- color → Color
- 
  
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  copyWith({Color? color, double? borderWidth, Color? borderColor, FlLineDrawMode? borderDrawMode}) → FlSelectionAreaStyle 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited