Extend class

Constructors

Extend()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

extend(int? top, int? left, int? bottom, int? right, String? background, Bordertype? borderptype, double? dpr) TransformationData
Method for Basic Transformations @param top int (Default: 10) @param left int (Default: 10) @param bottom int (Default: 10) @param right int (Default: 10) @param background String (Default: "000000") @param Border Type Border type? (Default: constant) @param DPR double (Default: 1) @return TransformationData.
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