StyledComponentStateIndexedChildBuilder typedef

StyledComponentStateIndexedChildBuilder = Widget? Function(BuildContext context, StyledComponentState state, int index)

Implementation

typedef Widget? StyledComponentStateIndexedChildBuilder(
    BuildContext context, StyledComponentState state, int index);