BasePad class abstract

Inheritance
Implementers

Constructors

BasePad({Dimensions? dimensions, bool? relative, bool? regionRelative, CompassGravity? gravityValue, dynamic offsetXValue, dynamic offsetYValue, Background? backgroundValue})

Properties

actionType String
getter/setter pairinherited
dimensions Dimensions
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
regionRelative bool?
getter/setter pairinherited
relative bool?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

aspectRatio(dynamic aspectRatio) Resize
Sets the aspect ratio Receives dynamic returns this object Resize
inherited
background(Background background) BasePad
Sets the background Receives Background returns this object BasePad
gravity(CompassGravity gravity) BasePad
Sets the gravity Receives CompassGravity returns this object BasePad
height(dynamic height) Resize
Sets the height Receives dynamic returns this object Resize
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
offsetX(dynamic offsetX) BasePad
Sets x offset Receives dynamic returns this object BasePad
offsetY(dynamic offsetX) BasePad
Sets y offset Receives dynamic returns this object BasePad
params() List<Param?>
override
toString() String
A string representation of this object.
inherited
width(dynamic width) Resize
Sets the width Receives dynamic returns this object Resize
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited