createContext static method
ReactContext
createContext([
- dynamic defaultValue,
- int calculateChangedBits(
- dynamic currentValue,
- dynamic nextValue
Implementation
external static ReactContext createContext([
dynamic defaultValue,
int Function(dynamic currentValue, dynamic nextValue)? calculateChangedBits,
]);