File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ class _CallCapabilities extends StatelessWidget {
174174 return Column (
175175 children: [
176176 const Text ("Call Capabilities" ),
177- SizedBox (height: 8 ),
177+ const SizedBox (height: 8 ),
178178 Row (
179179 mainAxisAlignment: MainAxisAlignment .center,
180180 children: CallKitCapability .values.map ((e) {
@@ -216,7 +216,7 @@ class _CallTypeSelector extends StatelessWidget {
216216 return Column (
217217 children: [
218218 const Text ("Call Type" ),
219- SizedBox (height: 8 ),
219+ const SizedBox (height: 8 ),
220220 Row (
221221 mainAxisAlignment: MainAxisAlignment .center,
222222 children: CallType .values.map ((e) {
@@ -249,7 +249,7 @@ class _CallStateSelector extends StatelessWidget {
249249 return Column (
250250 children: [
251251 const Text ("Call State" ),
252- SizedBox (height: 8 ),
252+ const SizedBox (height: 8 ),
253253 Row (
254254 mainAxisAlignment: MainAxisAlignment .center,
255255 children: CallState .values.map ((e) {
Original file line number Diff line number Diff line change 11import 'package:flutter/material.dart' ;
22import 'package:flutter/services.dart' ;
3- import '../utils.dart' ;
43
54class DataGridWidget extends StatefulWidget {
65 final Set <String > dataKeys;
You can’t perform that action at this time.
0 commit comments