ILPLayerConfig class

Constructors

ILPLayerConfig({String? name, int? width, int? height, int? x, int? y, String? file, List<ILPLayerConfig>? layers})
ILPLayerConfig.create(dynamic data)
factory

Properties

contentLayers List<ILPLayerConfig>
return children content layers
no setter
file String?
getter/setter pair
hasFile bool
no setter
hashCode int
The hash code for this object.
no setterinherited
hasLayers bool
no setter
height int?
final
id Future<String>
no setter
layers List<ILPLayerConfig>?
final
name String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int?
final
x int?
final
y int?
final

Methods

count() int
Only count content layers
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toLayer(bool isBackGroundLayer, {bool ignoreLayerName = true}) Future<ILPLayer>
Convert to ILPLayer
toString() String
A string representation of this object.
inherited
validate() Future<bool>
validate layers file exists true validate success false validate fail

Operators

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