static Widget random({double size = 50, Color? color, bool? isDarkMode}) { return TLoaderRandom(size: size, color: color, isDarkMode: isDarkMode); }