restorePending function

bool? restorePending(
  1. BuildContext context,
  2. bool value,
  3. double opacity
)

Implementation

bool? restorePending(BuildContext context, bool value, double opacity) {
  return Scaffold.of(context).restorePending;
}