flutter_fc_experimental library
Classes
-
FCPropsWidget<
Props> - FCType
Properties
- kDangerousFCIndex ↔ int
-
getter/setter pair
Functions
-
defineFC<
Props> (FC< Props> fn) → MemoizedFC<Props> -
nextFCId(
) → int -
useState<
T> (T init) → (T, SetStateFunction< T> )
Typedefs
-
FC<
Props> = Widget Function(BuildContext context, Props? props) -
ForwardRefFC<
Props> = Widget Function(BuildContext context, Props? props, Key? ref) -
MemoizedFC<
Props> = Widget Function({Key? key, Props? props, Key? ref}) -
WidgetKeyBuilder<
Props> = Widget Function(BuildContext context, Props? props, Key? key)