|
|
@ -88,6 +88,9 @@ abstract class FluffyThemes {
|
|
|
|
borderRadius: BorderRadius.circular(AppConfig.borderRadius),
|
|
|
|
borderRadius: BorderRadius.circular(AppConfig.borderRadius),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
textSelectionTheme: TextSelectionThemeData(
|
|
|
|
|
|
|
|
selectionColor: colorScheme.onBackground.withAlpha(128),
|
|
|
|
|
|
|
|
),
|
|
|
|
inputDecorationTheme: InputDecorationTheme(
|
|
|
|
inputDecorationTheme: InputDecorationTheme(
|
|
|
|
border: OutlineInputBorder(
|
|
|
|
border: OutlineInputBorder(
|
|
|
|
borderSide: BorderSide.none,
|
|
|
|
borderSide: BorderSide.none,
|
|
|
|