menu
kitchenidea_chat_ui package
documentation
chat_ui/utils/font_helper.dart
FontHelper
isRTL static method
isRTL static method
dark_mode
light_mode
isRTL
static method
bool
isRTL
(
String
text
)
Implementation
static bool isRTL(String text) { if (text.isEmpty) return false; return false; }
kitchenidea_chat_ui package
documentation
chat_ui/utils/font_helper
FontHelper
isRTL static method
FontHelper class