call method

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

Returns itself.

Implementation

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