PaddingAttribute class abstract

Inheritance

Constructors

PaddingAttribute({double? left, double? top, double? right, double? bottom})
factory

Properties

bottom double?
no setteroverride
copyWith → $PaddingAttributeCopyWith<PaddingAttribute>
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
left double?
no setteroverride
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top double?
no setteroverride
value EdgeInsets
Builds attribute into widget propety
no setterinherited

Methods

map<TResult extends Object?>(TResult $default(_SpaceAttribute value), {required TResult margin(MarginAttribute value), required TResult padding(PaddingAttribute value)}) → TResult
inherited
maybeMap<TResult extends Object?>(TResult $default(_SpaceAttribute value)?, {TResult margin(MarginAttribute value)?, TResult padding(PaddingAttribute value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>(TResult $default(double? left, double? top, double? right, double? bottom)?, {TResult margin(double? left, double? top, double? right, double? bottom)?, TResult padding(double? left, double? top, double? right, double? bottom)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>(TResult $default(double? left, double? top, double? right, double? bottom), {required TResult margin(double? left, double? top, double? right, double? bottom), required TResult padding(double? left, double? top, double? right, double? bottom)}) → TResult
inherited

Operators

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