call method

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

Returns itself.

Implementation

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