Closed rakibflyfartech closed 1 year ago
@rakibflyfartech Is to change cursor color using the application theme.
In the example below I set the color to green
MaterialApp( title: 'Demo for country picker package', theme: ThemeData( primarySwatch: Colors.blue, visualDensity: VisualDensity.adaptivePlatformDensity, textSelectionTheme: TextSelectionThemeData( cursorColor: Colors.green ), ),
@rakibflyfartech Is to change cursor color using the application theme.
In the example below I set the color to green