isSheetOverlay static method

bool isSheetOverlay(
  1. BuildContext context
)

Implementation

static bool isSheetOverlay(BuildContext context) {
  return Model.maybeOf<bool>(context, #shadcn_flutter_sheet_overlay) == true;
}