call abstract method

  1. @override
$R call({
  1. VectorDefinition? offset,
  2. VectorDefinition? size,
  3. String? texture,
  4. VectorDefinition? tiles,
})
override

Implementation

@override
$R call(
    {VectorDefinition? offset,
    VectorDefinition? size,
    String? texture,
    VectorDefinition? tiles});