call method

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

Returns itself.

Implementation

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