Neuer Regelsatz: Platzierung #213
@@ -189,6 +189,7 @@ class _MatchResultViewState extends State<MatchResultView> {
|
||||
Expanded(
|
||||
child: Row(
|
||||
children: [
|
||||
// Placement indicators
|
||||
Padding(
|
||||
padding: const EdgeInsets.only(right: 8.0),
|
||||
child: Column(
|
||||
@@ -199,16 +200,13 @@ class _MatchResultViewState extends State<MatchResultView> {
|
||||
height: 60,
|
||||
child: Container(
|
||||
|
flixcoo marked this conversation as resolved
Outdated
|
||||
decoration: BoxDecoration(
|
||||
color: CustomTheme.primaryColor,
|
||||
border: Border.all(
|
||||
color: CustomTheme.primaryColor,
|
||||
),
|
||||
color: CustomTheme.boxBorderColor,
|
||||
borderRadius: CustomTheme
|
||||
.standardBorderRadiusAll,
|
||||
),
|
||||
alignment: Alignment.center,
|
||||
height: 50,
|
||||
width: 41,
|
||||
width: 50,
|
||||
child: Text(
|
||||
' #${i + 1} ',
|
||||
style: const TextStyle(
|
||||
@@ -222,6 +220,8 @@ class _MatchResultViewState extends State<MatchResultView> {
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
// Drag list
|
||||
|
flixcoo marked this conversation as resolved
Outdated
flixcoo
commented
Gerne hier noch ein kleines Highlighting implementieren, wenn ein Tile gedraggt wird Gerne hier noch ein kleines Highlighting implementieren, wenn ein Tile gedraggt wird
sneeex
commented
so nen highlighting? so nen highlighting?
flixcoo
commented
Das mag ich garnicht. Lieber was simples, z.B. BG color etwas heller, ne weiße border oder so Das mag ich garnicht. Lieber was simples, z.B. BG color etwas heller, ne weiße border oder so
sneeex
commented
dann schau mal selber ich habe wirklich keine ahnung dann schau mal selber ich habe wirklich keine ahnung
|
||||
Expanded(
|
||||
child: ReorderableListView.builder(
|
||||
physics: const NeverScrollableScrollPhysics(),
|
||||
|
||||
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