Closed iptodays closed 4 years ago
` class AppThemeUtils extends AppTheme { static AppTheme lightTheme() { return AppTheme( id: 'light_theme',
data: ThemeData( /// 光标颜色 cursorColor: HexColor('#262626'), ), ); }
} `
` class AppThemeUtils extends AppTheme { static AppTheme lightTheme() { return AppTheme( id: 'light_theme',
} `