Neuer Regelsatz: Platzierung #213
@@ -198,11 +198,17 @@ class _MatchResultViewState extends State<MatchResultView> {
|
||||
alignment: Alignment.center,
|
||||
height: 60,
|
||||
child: Container(
|
||||
decoration:
|
||||
CustomTheme.standardBoxDecoration,
|
||||
decoration: BoxDecoration(
|
||||
|
flixcoo marked this conversation as resolved
Outdated
|
||||
color: CustomTheme.boxColor,
|
||||
border: Border.all(
|
||||
color: CustomTheme.primaryColor,
|
||||
),
|
||||
borderRadius: CustomTheme
|
||||
.standardBorderRadiusAll,
|
||||
),
|
||||
alignment: Alignment.center,
|
||||
height: 50,
|
||||
width: 40,
|
||||
width: 41,
|
||||
child: Text(
|
||||
' #${i + 1} ',
|
||||
style: const TextStyle(
|
||||
@@ -223,7 +229,8 @@ class _MatchResultViewState extends State<MatchResultView> {
|
||||
proxyDecorator: (child, index, animation) {
|
||||
return Material(
|
||||
color: Colors.transparent,
|
||||
child: child,
|
||||
elevation: 8,
|
||||
child: Opacity(opacity: 0.9, child: child),
|
||||
);
|
||||
},
|
||||
onReorder: (int oldIndex, int newIndex) {
|
||||
|
||||
Reference in New Issue
Block a user
Vielleicht andere box decoration, maybe keine border und kompletter container in der border color
tote nummer

ja fair, aber irgendwie würd ich die gern anders darstellen. Nicht genau so wie die list tiles. Und macht die mal quadratisch
so?

Mach mal color: orange, fontcolor: weiß
meinst du so?
sonst probier selber mal rum, du weißt ja besser was du willst