call method

  1. @override
FCircularProgressMotion call(
  1. covariant Object _
)
inherited

Returns itself.

Implementation

@override
FCircularProgressMotion call(Object _) => this as FCircularProgressMotion;