opt. & new

new: term respond to tap event
opt.: term selection
This commit is contained in:
lollipopkit
2024-03-12 19:55:17 -06:00
parent e361e509af
commit 150c8f014b
6 changed files with 44 additions and 51 deletions

View File

@@ -61,4 +61,3 @@ final isWeb = OS.type == OS.web;
final isMobile = OS.type == OS.ios || OS.type == OS.android;
final isDesktop =
OS.type == OS.linux || OS.type == OS.macos || OS.type == OS.windows;
const isDebuggingMobileLayoutOnDesktop = kDebugMode;