hasEndDrawer function

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

Implementation

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