TF-898 Remove padding item list rule
This commit is contained in:
+1
@@ -56,6 +56,7 @@ class ListEmailRulesWidget extends GetWidget<EmailRulesController> {
|
||||
shrinkWrap: true,
|
||||
itemCount: controller.listEmailRule.length,
|
||||
primary: false,
|
||||
padding: EdgeInsets.zero,
|
||||
itemBuilder: (context, index) {
|
||||
final ruleWithId = controller.listEmailRule[index]
|
||||
.copyWith(id: RuleId(id: Id(index.toString())));
|
||||
|
||||
Reference in New Issue
Block a user