call method

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

Returns itself.

Implementation

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