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