hasAppBar function

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

Implementation

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