EdgeInsetsGeometry class abstract
- Implementers
 - Annotations
 
Constructors
- EdgeInsetsGeometry()
 - 
          Abstract const constructor. This constructor enables subclasses to provide
const constructors so that they can be used in const expressions.
            const
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - horizontal → double
 - 
  The total offset in the horizontal direction.
  no setter
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - vertical → double
 - 
  The total offset in the vertical direction.
  no setter
 
Methods
- 
  add(
EdgeInsetsGeometry other) → EdgeInsetsGeometry  - Returns the sum of two EdgeInsetsGeometry objects.
 - 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  resolve(
TextDirection? direction) → EdgeInsets  - 
  Convert this instance into an EdgeInsets, which uses literal coordinates
(i.e. the 
leftcoordinate being explicitly a distance from the left, and therightcoordinate being explicitly a distance from the right). - 
  toString(
) → String  - 
  A string representation of this object.
  override
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited