Removing the ripple effect
This commit is contained in:
parent
330eb928d7
commit
aa20bfc716
5 changed files with 76 additions and 74 deletions
|
@ -312,16 +312,9 @@ class _InputDropdown extends StatelessWidget {
|
|||
suffixIcon: const Icon(Icons.arrow_drop_down),
|
||||
).applyDefaults(Theme.of(context).inputDecorationTheme);
|
||||
|
||||
return Material(
|
||||
color: Colors.transparent,
|
||||
child: InkWell(
|
||||
borderRadius: inkwellBorderRadius,
|
||||
onTap: onPressed,
|
||||
child: InputDecorator(
|
||||
decoration: effectiveDecoration,
|
||||
child: Text(text, style: textStyle),
|
||||
),
|
||||
),
|
||||
return InputDecorator(
|
||||
decoration: effectiveDecoration,
|
||||
child: Text(text, style: textStyle),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue