paletteKey function

  1. @Riverpod(keepAlive: true)
GlobalKey<State<StatefulWidget>> paletteKey(
  1. PaletteKeyRef ref
)

Implementation

@Riverpod(keepAlive: true)
GlobalKey paletteKey(PaletteKeyRef ref) {
  return GlobalKey();
}