|
|
@ -2466,14 +2466,7 @@ class _ComponentDecorationState extends State<ComponentDecoration> {
|
|
|
|
focusNode.requestFocus();
|
|
|
|
focusNode.requestFocus();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
behavior: HitTestBehavior.opaque,
|
|
|
|
behavior: HitTestBehavior.opaque,
|
|
|
|
child: Card(
|
|
|
|
child: Card.outlined(
|
|
|
|
elevation: 0,
|
|
|
|
|
|
|
|
shape: RoundedRectangleBorder(
|
|
|
|
|
|
|
|
side: BorderSide(
|
|
|
|
|
|
|
|
color: Theme.of(context).colorScheme.outlineVariant,
|
|
|
|
|
|
|
|
),
|
|
|
|
|
|
|
|
borderRadius: const BorderRadius.all(Radius.circular(12)),
|
|
|
|
|
|
|
|
),
|
|
|
|
|
|
|
|
child: Padding(
|
|
|
|
child: Padding(
|
|
|
|
padding: const EdgeInsets.symmetric(
|
|
|
|
padding: const EdgeInsets.symmetric(
|
|
|
|
horizontal: 5.0, vertical: 20.0),
|
|
|
|
horizontal: 5.0, vertical: 20.0),
|
|
|
|