MemoizedFC<Props> typedef

MemoizedFC<Props> = Widget Function({Key? key, Props? props, Key? ref})

Implementation

typedef MemoizedFC<Props> = Widget Function({Props? props, Key? ref, Key? key});