Options class

Annotations
  • @JS()
  • @anonymous

Constructors

Options({void complete(Anime anime)?, String? easing, dynamic targets, dynamic loop, num? x, num? y, num? width, num? height, num? opacity, num? delay, String? rx, String? strokeDashoffset, String? fill, Iterable<String>? strokeDasharray})
factory

Properties

complete ← void Function(Anime anime)
no getter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targets ← dynamic
no getter

Methods

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