PersistentKeyboardHeightProvider constructor Null safety
- {required Widget child,
- IPersistentKeyboardHeightStorageProvider storageProvider = const SharedPreferencesPersistentKeyboardSizeStorageProvider(),
- Key? key}
Implementation
const PersistentKeyboardHeightProvider({
required this.child,
this.storageProvider =
const SharedPreferencesPersistentKeyboardSizeStorageProvider(),
Key? key,
}) : super(key: key);